Shades of Conifer #BBE25A
Tints of Conifer #BBE25A
RGB
CMYK
RGB Variations
Color information
#BBE25A (or 0xBBE25A) is known color: Conifer. HEX triplet: BB, E2 and 5A. RGB value is (187,226,90). Sum of RGB (Red+Green+Blue) = 187+226+90=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE25A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE25A is #441DA5. Grayscale: #C7C7C7. Windows color (decimal): -4464038 or 5956283. OLE color: 5956283.
HSL color Cylindrical-coordinate representation of color #BBE25A: hue angle of 77.21º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBE25A is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 90 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.11 |
| HSL | 77.21º | 0.7% | 0.62% | - |
| HSV(B) | 77.21º | 0.6% | 0.89% | - |
| XYZ | 49.54 | 65.7 | 19.74 | - |
| YUV | 198.84 | 66.58 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 90 | 0.17 | 0 | 0.60 | 0.11 | 77.21 | 0.7 | 0.62 |
| Hex | BB | E2 | 5A | 11 | 0 | 3C | B | 4D | 46 | 3E |
| Octal | 273 | 342 | 132 | 21 | 0 | 74 | 13 | 115 | 106 | 76 |
| Binary | 10111011 | 11100010 | 1011010 | 10001 | 0 | 111100 | 1011 | 1001101 | 1000110 | 111110 |
Color Harmonies of #BBE25A
Complementary color
Monochromatic Colors of #BBE25A
Black with #BBE25A
Text Example
Text Example
White with #BBE25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE25A; }
p { color: rgb(187,226,90); }
H1.HeaderClassName
{
color: #BBE25A;
}
.AnyTagClassName
{
color: #BBE25A;
}
</style>
background-color css
<style>
a { background-color: #BBE25A; }
a { background-color: rgb(187,226,90); }
div.DivClassName
{
background-color: #BBE25A;
}
.BgClassName
{
background-color: #BBE25A;
}
</style>
border-color css
<style>
span { border-color: #BBE25A; }
span { border-color: rgb(187,226,90); }
td.TdClassName
{
border-color: #BBE25A;
}
.TagClassName
{
border-color: #BBE25A;
}
</style>