Shades of Conifer #BBE244
Tints of Conifer #BBE244
RGB
CMYK
RGB Variations
Color information
#BBE244 (or 0xBBE244) is known color: Conifer. HEX triplet: BB, E2 and 44. RGB value is (187,226,68). Sum of RGB (Red+Green+Blue) = 187+226+68=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 226 (88.67% from 255 or 46.99% from 481); Blue value is 68 (26.95% from 255 or 14.14% from 481); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE244 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE244 is #441DBB. Grayscale: #C4C4C4. Windows color (decimal): -4464060 or 4514491. OLE color: 4514491.
HSL color Cylindrical-coordinate representation of color #BBE244: hue angle of 74.81º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBE244 is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 68 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.11 |
| HSL | 74.81º | 0.73% | 0.58% | - |
| HSV(B) | 74.81º | 0.7% | 0.89% | - |
| XYZ | 48.73 | 65.37 | 15.52 | - |
| YUV | 196.33 | 55.58 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 68 | 0.17 | 0 | 0.70 | 0.11 | 74.81 | 0.73 | 0.58 |
| Hex | BB | E2 | 44 | 11 | 0 | 46 | B | 4B | 49 | 3A |
| Octal | 273 | 342 | 104 | 21 | 0 | 106 | 13 | 113 | 111 | 72 |
| Binary | 10111011 | 11100010 | 1000100 | 10001 | 0 | 1000110 | 1011 | 1001011 | 1001001 | 111010 |
Color Harmonies of #BBE244
Complementary color
Monochromatic Colors of #BBE244
Black with #BBE244
Text Example
Text Example
White with #BBE244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE244; }
p { color: rgb(187,226,68); }
H1.HeaderClassName
{
color: #BBE244;
}
.AnyTagClassName
{
color: #BBE244;
}
</style>
background-color css
<style>
a { background-color: #BBE244; }
a { background-color: rgb(187,226,68); }
div.DivClassName
{
background-color: #BBE244;
}
.BgClassName
{
background-color: #BBE244;
}
</style>
border-color css
<style>
span { border-color: #BBE244; }
span { border-color: rgb(187,226,68); }
td.TdClassName
{
border-color: #BBE244;
}
.TagClassName
{
border-color: #BBE244;
}
</style>