Shades of Conifer #BBE050
Tints of Conifer #BBE050
RGB
CMYK
RGB Variations
Color information
#BBE050 (or 0xBBE050) is known color: Conifer. HEX triplet: BB, E0 and 50. RGB value is (187,224,80). Sum of RGB (Red+Green+Blue) = 187+224+80=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #BBE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE050 is #441FAF. Grayscale: #C5C5C5. Windows color (decimal): -4464560 or 5300411. OLE color: 5300411.
HSL color Cylindrical-coordinate representation of color #BBE050: hue angle of 75.42º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BBE050 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 224 | 80 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.12 |
| HSL | 75.42º | 0.7% | 0.6% | - |
| HSV(B) | 75.42º | 0.64% | 0.88% | - |
| XYZ | 48.6 | 64.46 | 17.47 | - |
| YUV | 196.52 | 62.24 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 80 | 0.17 | 0 | 0.64 | 0.12 | 75.42 | 0.7 | 0.6 |
| Hex | BB | E0 | 50 | 11 | 0 | 40 | C | 4B | 46 | 3C |
| Octal | 273 | 340 | 120 | 21 | 0 | 100 | 14 | 113 | 106 | 74 |
| Binary | 10111011 | 11100000 | 1010000 | 10001 | 0 | 1000000 | 1100 | 1001011 | 1000110 | 111100 |
Color Harmonies of #BBE050
Complementary color
Monochromatic Colors of #BBE050
Black with #BBE050
Text Example
Text Example
White with #BBE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE050; }
p { color: rgb(187,224,80); }
H1.HeaderClassName
{
color: #BBE050;
}
.AnyTagClassName
{
color: #BBE050;
}
</style>
background-color css
<style>
a { background-color: #BBE050; }
a { background-color: rgb(187,224,80); }
div.DivClassName
{
background-color: #BBE050;
}
.BgClassName
{
background-color: #BBE050;
}
</style>
border-color css
<style>
span { border-color: #BBE050; }
span { border-color: rgb(187,224,80); }
td.TdClassName
{
border-color: #BBE050;
}
.TagClassName
{
border-color: #BBE050;
}
</style>