Shades of Conifer #BBDC4F
Tints of Conifer #BBDC4F
RGB
CMYK
RGB Variations
Color information
#BBDC4F (or 0xBBDC4F) is known color: Conifer. HEX triplet: BB, DC and 4F. RGB value is (187,220,79). Sum of RGB (Red+Green+Blue) = 187+220+79=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 79 (31.25% from 255 or 16.26% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC4F is #4423B0. Grayscale: #C2C2C2. Windows color (decimal): -4465585 or 5233851. OLE color: 5233851.
HSL color Cylindrical-coordinate representation of color #BBDC4F: hue angle of 74.04º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBDC4F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 79 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.14 |
| HSL | 74.04º | 0.67% | 0.59% | - |
| HSV(B) | 74.04º | 0.64% | 0.86% | - |
| XYZ | 47.5 | 62.32 | 16.92 | - |
| YUV | 194.06 | 63.07 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 79 | 0.15 | 0 | 0.64 | 0.14 | 74.04 | 0.67 | 0.59 |
| Hex | BB | DC | 4F | F | 0 | 40 | E | 4A | 43 | 3B |
| Octal | 273 | 334 | 117 | 17 | 0 | 100 | 16 | 112 | 103 | 73 |
| Binary | 10111011 | 11011100 | 1001111 | 1111 | 0 | 1000000 | 1110 | 1001010 | 1000011 | 111011 |
Color Harmonies of #BBDC4F
Complementary color
Monochromatic Colors of #BBDC4F
Black with #BBDC4F
Text Example
Text Example
White with #BBDC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC4F; }
p { color: rgb(187,220,79); }
H1.HeaderClassName
{
color: #BBDC4F;
}
.AnyTagClassName
{
color: #BBDC4F;
}
</style>
background-color css
<style>
a { background-color: #BBDC4F; }
a { background-color: rgb(187,220,79); }
div.DivClassName
{
background-color: #BBDC4F;
}
.BgClassName
{
background-color: #BBDC4F;
}
</style>
border-color css
<style>
span { border-color: #BBDC4F; }
span { border-color: rgb(187,220,79); }
td.TdClassName
{
border-color: #BBDC4F;
}
.TagClassName
{
border-color: #BBDC4F;
}
</style>