#BBD44F

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

Shades of Conifer #BBD44F

Tints of Conifer #BBD44F

Color information

#BBD44F (or 0xBBD44F) is unknown color: approx Conifer. HEX triplet: BB, D4 and 4F. RGB value is (187,212,79). Sum of RGB (Red+Green+Blue) = 187+212+79=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 79 (31.25% from 255 or 16.53% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD44F is #442BB0. Grayscale: #BDBDBD. Windows color (decimal): -4467633 or 5231803. OLE color: 5231803.

HSL color Cylindrical-coordinate representation of color #BBD44F: hue angle of 71.28º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBD44F is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB18721279-
CMYK0.1200.630.17
HSL71.28º60.73%57.06%-
HSV(B)71.28º62.74%83.14%-
XYZ45.4558.2216.24-
YUV189.3665.72126.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 212 (83.20% from 255) = 44.35%
BLUE value IS 79 (31.25% from 255) = 16.53%
R=39.12%
G=44.35%
B=16.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal187212790.1200.630.1771.2860.7357.06
HexBBD44FC03F11473d39
Octal27332411714077211077571
Binary1011101111010100100111111000111111100011000111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD44F; }

 p { color: rgb(187,212,79); }

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

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

 a { background-color: rgb(187,212,79); }

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

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

 span { border-color: rgb(187,212,79); }

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