Shades of Conifer #BBD54E
Tints of Conifer #BBD54E
RGB
CMYK
RGB Variations
Color information
#BBD54E (or 0xBBD54E) is known color: Conifer. HEX triplet: BB, D5 and 4E. RGB value is (187,213,78). Sum of RGB (Red+Green+Blue) = 187+213+78=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 78 (30.86% from 255 or 16.32% from 478); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD54E is #442AB1. Grayscale: #BEBEBE. Windows color (decimal): -4467378 or 5166523. OLE color: 5166523.
HSL color Cylindrical-coordinate representation of color #BBD54E: hue angle of 71.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBD54E is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 213 | 78 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.16 |
| HSL | 71.56º | 0.62% | 0.57% | - |
| HSV(B) | 71.56º | 0.63% | 0.84% | - |
| XYZ | 45.66 | 58.7 | 16.13 | - |
| YUV | 189.84 | 64.89 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 213 | 78 | 0.12 | 0 | 0.63 | 0.16 | 71.56 | 0.62 | 0.57 |
| Hex | BB | D5 | 4E | C | 0 | 3F | 10 | 48 | 3E | 39 |
| Octal | 273 | 325 | 116 | 14 | 0 | 77 | 20 | 110 | 76 | 71 |
| Binary | 10111011 | 11010101 | 1001110 | 1100 | 0 | 111111 | 10000 | 1001000 | 111110 | 111001 |
Color Harmonies of #BBD54E
Complementary color
Monochromatic Colors of #BBD54E
Black with #BBD54E
Text Example
Text Example
White with #BBD54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD54E; }
p { color: rgb(187,213,78); }
H1.HeaderClassName
{
color: #BBD54E;
}
.AnyTagClassName
{
color: #BBD54E;
}
</style>
background-color css
<style>
a { background-color: #BBD54E; }
a { background-color: rgb(187,213,78); }
div.DivClassName
{
background-color: #BBD54E;
}
.BgClassName
{
background-color: #BBD54E;
}
</style>
border-color css
<style>
span { border-color: #BBD54E; }
span { border-color: rgb(187,213,78); }
td.TdClassName
{
border-color: #BBD54E;
}
.TagClassName
{
border-color: #BBD54E;
}
</style>