Shades of Conifer #BBEA54
Tints of Conifer #BBEA54
RGB
CMYK
RGB Variations
Color information
#BBEA54 (or 0xBBEA54) is known color: Conifer. HEX triplet: BB, EA and 54. RGB value is (187,234,84). Sum of RGB (Red+Green+Blue) = 187+234+84=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 234 (91.80% from 255 or 46.34% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 234 - color contains mainly: green. Hex color #BBEA54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBEA54 is #4415AB. Grayscale: #CBCBCB. Windows color (decimal): -4461996 or 5565115. OLE color: 5565115.
HSL color Cylindrical-coordinate representation of color #BBEA54: hue angle of 78.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBEA54 is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 234 | 84 | - |
| CMYK | 0.20 | 0 | 0.64 | 0.08 |
| HSL | 78.8º | 0.78% | 0.62% | - |
| HSV(B) | 78.8º | 0.64% | 0.92% | - |
| XYZ | 51.52 | 70.05 | 19.19 | - |
| YUV | 202.85 | 60.93 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 234 | 84 | 0.20 | 0 | 0.64 | 0.08 | 78.8 | 0.78 | 0.62 |
| Hex | BB | EA | 54 | 14 | 0 | 40 | 8 | 4F | 4E | 3E |
| Octal | 273 | 352 | 124 | 24 | 0 | 100 | 10 | 117 | 116 | 76 |
| Binary | 10111011 | 11101010 | 1010100 | 10100 | 0 | 1000000 | 1000 | 1001111 | 1001110 | 111110 |
Color Harmonies of #BBEA54
Complementary color
Monochromatic Colors of #BBEA54
Black with #BBEA54
Text Example
Text Example
White with #BBEA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEA54; }
p { color: rgb(187,234,84); }
H1.HeaderClassName
{
color: #BBEA54;
}
.AnyTagClassName
{
color: #BBEA54;
}
</style>
background-color css
<style>
a { background-color: #BBEA54; }
a { background-color: rgb(187,234,84); }
div.DivClassName
{
background-color: #BBEA54;
}
.BgClassName
{
background-color: #BBEA54;
}
</style>
border-color css
<style>
span { border-color: #BBEA54; }
span { border-color: rgb(187,234,84); }
td.TdClassName
{
border-color: #BBEA54;
}
.TagClassName
{
border-color: #BBEA54;
}
</style>