Shades of Conifer #BBE250
Tints of Conifer #BBE250
RGB
CMYK
RGB Variations
Color information
#BBE250 (or 0xBBE250) is known color: Conifer. HEX triplet: BB, E2 and 50. RGB value is (187,226,80). Sum of RGB (Red+Green+Blue) = 187+226+80=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #BBE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE250 is #441DAF. Grayscale: #C6C6C6. Windows color (decimal): -4464048 or 5300923. OLE color: 5300923.
HSL color Cylindrical-coordinate representation of color #BBE250: hue angle of 76.03º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BBE250 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 226 | 80 | - |
| CMYK | 0.17 | 0 | 0.65 | 0.11 |
| HSL | 76.03º | 0.72% | 0.6% | - |
| HSV(B) | 76.03º | 0.65% | 0.89% | - |
| XYZ | 49.14 | 65.54 | 17.65 | - |
| YUV | 197.7 | 61.58 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 80 | 0.17 | 0 | 0.65 | 0.11 | 76.03 | 0.72 | 0.6 |
| Hex | BB | E2 | 50 | 11 | 0 | 41 | B | 4C | 48 | 3C |
| Octal | 273 | 342 | 120 | 21 | 0 | 101 | 13 | 114 | 110 | 74 |
| Binary | 10111011 | 11100010 | 1010000 | 10001 | 0 | 1000001 | 1011 | 1001100 | 1001000 | 111100 |
Color Harmonies of #BBE250
Complementary color
Monochromatic Colors of #BBE250
Black with #BBE250
Text Example
Text Example
White with #BBE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE250; }
p { color: rgb(187,226,80); }
H1.HeaderClassName
{
color: #BBE250;
}
.AnyTagClassName
{
color: #BBE250;
}
</style>
background-color css
<style>
a { background-color: #BBE250; }
a { background-color: rgb(187,226,80); }
div.DivClassName
{
background-color: #BBE250;
}
.BgClassName
{
background-color: #BBE250;
}
</style>
border-color css
<style>
span { border-color: #BBE250; }
span { border-color: rgb(187,226,80); }
td.TdClassName
{
border-color: #BBE250;
}
.TagClassName
{
border-color: #BBE250;
}
</style>