Shades of Conifer #BBE245
Tints of Conifer #BBE245
RGB
CMYK
RGB Variations
Color information
#BBE245 (or 0xBBE245) is known color: Conifer. HEX triplet: BB, E2 and 45. RGB value is (187,226,69). Sum of RGB (Red+Green+Blue) = 187+226+69=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 69 (27.34% from 255 or 14.32% from 482); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE245 is #441DBA. Grayscale: #C5C5C5. Windows color (decimal): -4464059 or 4580027. OLE color: 4580027.
HSL color Cylindrical-coordinate representation of color #BBE245: hue angle of 74.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBE245 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 69 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.11 |
| HSL | 74.9º | 0.73% | 0.58% | - |
| HSV(B) | 74.9º | 0.69% | 0.89% | - |
| XYZ | 48.76 | 65.39 | 15.68 | - |
| YUV | 196.44 | 56.08 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 69 | 0.17 | 0 | 0.69 | 0.11 | 74.9 | 0.73 | 0.58 |
| Hex | BB | E2 | 45 | 11 | 0 | 45 | B | 4B | 49 | 3A |
| Octal | 273 | 342 | 105 | 21 | 0 | 105 | 13 | 113 | 111 | 72 |
| Binary | 10111011 | 11100010 | 1000101 | 10001 | 0 | 1000101 | 1011 | 1001011 | 1001001 | 111010 |
Color Harmonies of #BBE245
Complementary color
Monochromatic Colors of #BBE245
Black with #BBE245
Text Example
Text Example
White with #BBE245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE245; }
p { color: rgb(187,226,69); }
H1.HeaderClassName
{
color: #BBE245;
}
.AnyTagClassName
{
color: #BBE245;
}
</style>
background-color css
<style>
a { background-color: #BBE245; }
a { background-color: rgb(187,226,69); }
div.DivClassName
{
background-color: #BBE245;
}
.BgClassName
{
background-color: #BBE245;
}
</style>
border-color css
<style>
span { border-color: #BBE245; }
span { border-color: rgb(187,226,69); }
td.TdClassName
{
border-color: #BBE245;
}
.TagClassName
{
border-color: #BBE245;
}
</style>