Shades of Conifer #BBE249
Tints of Conifer #BBE249
RGB
CMYK
RGB Variations
Color information
#BBE249 (or 0xBBE249) is known color: Conifer. HEX triplet: BB, E2 and 49. RGB value is (187,226,73). Sum of RGB (Red+Green+Blue) = 187+226+73=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE249 is #441DB6. Grayscale: #C5C5C5. Windows color (decimal): -4464055 or 4842171. OLE color: 4842171.
HSL color Cylindrical-coordinate representation of color #BBE249: hue angle of 75.29º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE249 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 73 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.11 |
| HSL | 75.29º | 0.73% | 0.59% | - |
| HSV(B) | 75.29º | 0.68% | 0.89% | - |
| XYZ | 48.89 | 65.44 | 16.36 | - |
| YUV | 196.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 73 | 0.17 | 0 | 0.68 | 0.11 | 75.29 | 0.73 | 0.59 |
| Hex | BB | E2 | 49 | 11 | 0 | 44 | B | 4B | 49 | 3B |
| Octal | 273 | 342 | 111 | 21 | 0 | 104 | 13 | 113 | 111 | 73 |
| Binary | 10111011 | 11100010 | 1001001 | 10001 | 0 | 1000100 | 1011 | 1001011 | 1001001 | 111011 |
Color Harmonies of #BBE249
Complementary color
Monochromatic Colors of #BBE249
Black with #BBE249
Text Example
Text Example
White with #BBE249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE249; }
p { color: rgb(187,226,73); }
H1.HeaderClassName
{
color: #BBE249;
}
.AnyTagClassName
{
color: #BBE249;
}
</style>
background-color css
<style>
a { background-color: #BBE249; }
a { background-color: rgb(187,226,73); }
div.DivClassName
{
background-color: #BBE249;
}
.BgClassName
{
background-color: #BBE249;
}
</style>
border-color css
<style>
span { border-color: #BBE249; }
span { border-color: rgb(187,226,73); }
td.TdClassName
{
border-color: #BBE249;
}
.TagClassName
{
border-color: #BBE249;
}
</style>