Shades of Conifer #BBE45C
Tints of Conifer #BBE45C
RGB
CMYK
RGB Variations
Color information
#BBE45C (or 0xBBE45C) is known color: Conifer. HEX triplet: BB, E4 and 5C. RGB value is (187,228,92). Sum of RGB (Red+Green+Blue) = 187+228+92=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE45C is #441BA3. Grayscale: #C8C8C8. Windows color (decimal): -4463524 or 6087867. OLE color: 6087867.
HSL color Cylindrical-coordinate representation of color #BBE45C: hue angle of 78.09º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBE45C is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 92 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.11 |
| HSL | 78.09º | 0.72% | 0.63% | - |
| HSV(B) | 78.09º | 0.6% | 0.89% | - |
| XYZ | 50.17 | 66.82 | 20.38 | - |
| YUV | 200.24 | 66.92 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 92 | 0.18 | 0 | 0.60 | 0.11 | 78.09 | 0.72 | 0.63 |
| Hex | BB | E4 | 5C | 12 | 0 | 3C | B | 4E | 48 | 3F |
| Octal | 273 | 344 | 134 | 22 | 0 | 74 | 13 | 116 | 110 | 77 |
| Binary | 10111011 | 11100100 | 1011100 | 10010 | 0 | 111100 | 1011 | 1001110 | 1001000 | 111111 |
Color Harmonies of #BBE45C
Complementary color
Monochromatic Colors of #BBE45C
Black with #BBE45C
Text Example
Text Example
White with #BBE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE45C; }
p { color: rgb(187,228,92); }
H1.HeaderClassName
{
color: #BBE45C;
}
.AnyTagClassName
{
color: #BBE45C;
}
</style>
background-color css
<style>
a { background-color: #BBE45C; }
a { background-color: rgb(187,228,92); }
div.DivClassName
{
background-color: #BBE45C;
}
.BgClassName
{
background-color: #BBE45C;
}
</style>
border-color css
<style>
span { border-color: #BBE45C; }
span { border-color: rgb(187,228,92); }
td.TdClassName
{
border-color: #BBE45C;
}
.TagClassName
{
border-color: #BBE45C;
}
</style>