Shades of Conifer #BBE950
Tints of Conifer #BBE950
RGB
CMYK
RGB Variations
Color information
#BBE950 (or 0xBBE950) is known color: Conifer. HEX triplet: BB, E9 and 50. RGB value is (187,233,80). Sum of RGB (Red+Green+Blue) = 187+233+80=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 233 (91.41% from 255 or 46.6% from 500); Blue value is 80 (31.64% from 255 or 16% from 500); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE950 is #4416AF. Grayscale: #CACACA. Windows color (decimal): -4462256 or 5302715. OLE color: 5302715.
HSL color Cylindrical-coordinate representation of color #BBE950: hue angle of 78.04º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBE950 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 233 | 80 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.09 |
| HSL | 78.04º | 0.78% | 0.61% | - |
| HSV(B) | 78.04º | 0.66% | 0.91% | - |
| XYZ | 51.08 | 69.42 | 18.3 | - |
| YUV | 201.8 | 59.26 | 117.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 80 | 0.20 | 0 | 0.66 | 0.09 | 78.04 | 0.78 | 0.61 |
| Hex | BB | E9 | 50 | 14 | 0 | 42 | 9 | 4E | 4E | 3D |
| Octal | 273 | 351 | 120 | 24 | 0 | 102 | 11 | 116 | 116 | 75 |
| Binary | 10111011 | 11101001 | 1010000 | 10100 | 0 | 1000010 | 1001 | 1001110 | 1001110 | 111101 |
Color Harmonies of #BBE950
Complementary color
Monochromatic Colors of #BBE950
Black with #BBE950
Text Example
Text Example
White with #BBE950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE950; }
p { color: rgb(187,233,80); }
H1.HeaderClassName
{
color: #BBE950;
}
.AnyTagClassName
{
color: #BBE950;
}
</style>
background-color css
<style>
a { background-color: #BBE950; }
a { background-color: rgb(187,233,80); }
div.DivClassName
{
background-color: #BBE950;
}
.BgClassName
{
background-color: #BBE950;
}
</style>
border-color css
<style>
span { border-color: #BBE950; }
span { border-color: rgb(187,233,80); }
td.TdClassName
{
border-color: #BBE950;
}
.TagClassName
{
border-color: #BBE950;
}
</style>