Shades of Conifer #BBE25E
Tints of Conifer #BBE25E
RGB
CMYK
RGB Variations
Color information
#BBE25E (or 0xBBE25E) is known color: Conifer. HEX triplet: BB, E2 and 5E. RGB value is (187,226,94). Sum of RGB (Red+Green+Blue) = 187+226+94=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 226 (88.67% from 255 or 44.58% from 507); Blue value is 94 (37.11% from 255 or 18.54% from 507); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE25E is #441DA1. Grayscale: #C7C7C7. Windows color (decimal): -4464034 or 6218427. OLE color: 6218427.
HSL color Cylindrical-coordinate representation of color #BBE25E: hue angle of 77.73º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBE25E is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 94 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.11 |
| HSL | 77.73º | 0.69% | 0.63% | - |
| HSV(B) | 77.73º | 0.58% | 0.89% | - |
| XYZ | 49.71 | 65.77 | 20.66 | - |
| YUV | 199.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 94 | 0.17 | 0 | 0.58 | 0.11 | 77.73 | 0.69 | 0.63 |
| Hex | BB | E2 | 5E | 11 | 0 | 3A | B | 4E | 45 | 3F |
| Octal | 273 | 342 | 136 | 21 | 0 | 72 | 13 | 116 | 105 | 77 |
| Binary | 10111011 | 11100010 | 1011110 | 10001 | 0 | 111010 | 1011 | 1001110 | 1000101 | 111111 |
Color Harmonies of #BBE25E
Complementary color
Monochromatic Colors of #BBE25E
Black with #BBE25E
Text Example
Text Example
White with #BBE25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE25E; }
p { color: rgb(187,226,94); }
H1.HeaderClassName
{
color: #BBE25E;
}
.AnyTagClassName
{
color: #BBE25E;
}
</style>
background-color css
<style>
a { background-color: #BBE25E; }
a { background-color: rgb(187,226,94); }
div.DivClassName
{
background-color: #BBE25E;
}
.BgClassName
{
background-color: #BBE25E;
}
</style>
border-color css
<style>
span { border-color: #BBE25E; }
span { border-color: rgb(187,226,94); }
td.TdClassName
{
border-color: #BBE25E;
}
.TagClassName
{
border-color: #BBE25E;
}
</style>