#B9D948

Color #B9D948 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #B9D948

Tints of Conifer #B9D948

Color information

#B9D948 (or 0xB9D948) is unknown color: approx Conifer. HEX triplet: B9, D9 and 48. RGB value is (185,217,72). Sum of RGB (Red+Green+Blue) = 185+217+72=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 72 (28.52% from 255 or 15.19% from 474); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D948 is #4626B7. Grayscale: #BFBFBF. Windows color (decimal): -4597432 or 4774329. OLE color: 4774329.

HSL color Cylindrical-coordinate representation of color #B9D948: hue angle of 73.24º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B9D948 is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB18521772-
CMYK0.1500.670.15
HSL73.24º65.61%56.67%-
HSV(B)73.24º66.82%85.1%-
XYZ45.9960.4115.37-
YUV190.960.9123.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 217 (85.16% from 255) = 45.78%
BLUE value IS 72 (28.52% from 255) = 15.19%
R=39.03%
G=45.78%
B=15.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185217720.1500.670.1573.2465.6156.67
HexB9D948F043F494239
Octal2713311101701031711110271
Binary10111001110110011001000111101000011111110010011000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D948; }

 p { color: rgb(185,217,72); }

 H1.HeaderClassName
 {
   color: #B9D948;
 }
 .AnyTagClassName
 {
   color: #B9D948;
 }
</style>
background-color css

<style>
 a { background-color: #B9D948; }

 a { background-color: rgb(185,217,72); }

 div.DivClassName
 {
   background-color: #B9D948;
 }
 .BgClassName
 {
   background-color: #B9D948;
 }
</style>
border-color css

<style>
 span { border-color: #B9D948; }

 span { border-color: rgb(185,217,72); }

 td.TdClassName
 {
   border-color: #B9D948;
 }
 .TagClassName
 {
   border-color: #B9D948;
 }
</style>