Shades of Conifer #BBE449
Tints of Conifer #BBE449
RGB
CMYK
RGB Variations
Color information
#BBE449 (or 0xBBE449) is known color: Conifer. HEX triplet: BB, E4 and 49. RGB value is (187,228,73). Sum of RGB (Red+Green+Blue) = 187+228+73=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #BBE449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE449 is #441BB6. Grayscale: #C6C6C6. Windows color (decimal): -4463543 or 4842683. OLE color: 4842683.
HSL color Cylindrical-coordinate representation of color #BBE449: hue angle of 75.87º degrees, saturation: 0.74, 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 #BBE449 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 228 | 73 | - |
| CMYK | 0.18 | 0 | 0.68 | 0.11 |
| HSL | 75.87º | 0.74% | 0.59% | - |
| HSV(B) | 75.87º | 0.68% | 0.89% | - |
| XYZ | 49.44 | 66.53 | 16.54 | - |
| YUV | 198.07 | 57.42 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 73 | 0.18 | 0 | 0.68 | 0.11 | 75.87 | 0.74 | 0.59 |
| Hex | BB | E4 | 49 | 12 | 0 | 44 | B | 4C | 4A | 3B |
| Octal | 273 | 344 | 111 | 22 | 0 | 104 | 13 | 114 | 112 | 73 |
| Binary | 10111011 | 11100100 | 1001001 | 10010 | 0 | 1000100 | 1011 | 1001100 | 1001010 | 111011 |
Color Harmonies of #BBE449
Complementary color
Monochromatic Colors of #BBE449
Black with #BBE449
Text Example
Text Example
White with #BBE449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE449; }
p { color: rgb(187,228,73); }
H1.HeaderClassName
{
color: #BBE449;
}
.AnyTagClassName
{
color: #BBE449;
}
</style>
background-color css
<style>
a { background-color: #BBE449; }
a { background-color: rgb(187,228,73); }
div.DivClassName
{
background-color: #BBE449;
}
.BgClassName
{
background-color: #BBE449;
}
</style>
border-color css
<style>
span { border-color: #BBE449; }
span { border-color: rgb(187,228,73); }
td.TdClassName
{
border-color: #BBE449;
}
.TagClassName
{
border-color: #BBE449;
}
</style>