Shades of Conifer #BBE560
Tints of Conifer #BBE560
RGB
CMYK
RGB Variations
Color information
#BBE560 (or 0xBBE560) is known color: Conifer. HEX triplet: BB, E5 and 60. RGB value is (187,229,96). Sum of RGB (Red+Green+Blue) = 187+229+96=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 229 (89.84% from 255 or 44.73% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 229 - color contains mainly: green. Hex color #BBE560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE560 is #441A9F. Grayscale: #C9C9C9. Windows color (decimal): -4463264 or 6350267. OLE color: 6350267.
HSL color Cylindrical-coordinate representation of color #BBE560: hue angle of 78.95º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBE560 is Cyan = 0.18, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 229 | 96 | - |
| CMYK | 0.18 | 0 | 0.58 | 0.10 |
| HSL | 78.95º | 0.72% | 0.64% | - |
| HSV(B) | 78.95º | 0.58% | 0.9% | - |
| XYZ | 50.62 | 67.45 | 21.42 | - |
| YUV | 201.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 96 | 0.18 | 0 | 0.58 | 0.10 | 78.95 | 0.72 | 0.64 |
| Hex | BB | E5 | 60 | 12 | 0 | 3A | A | 4F | 48 | 40 |
| Octal | 273 | 345 | 140 | 22 | 0 | 72 | 12 | 117 | 110 | 100 |
| Binary | 10111011 | 11100101 | 1100000 | 10010 | 0 | 111010 | 1010 | 1001111 | 1001000 | 1000000 |
Color Harmonies of #BBE560
Complementary color
Monochromatic Colors of #BBE560
Black with #BBE560
Text Example
Text Example
White with #BBE560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE560; }
p { color: rgb(187,229,96); }
H1.HeaderClassName
{
color: #BBE560;
}
.AnyTagClassName
{
color: #BBE560;
}
</style>
background-color css
<style>
a { background-color: #BBE560; }
a { background-color: rgb(187,229,96); }
div.DivClassName
{
background-color: #BBE560;
}
.BgClassName
{
background-color: #BBE560;
}
</style>
border-color css
<style>
span { border-color: #BBE560; }
span { border-color: rgb(187,229,96); }
td.TdClassName
{
border-color: #BBE560;
}
.TagClassName
{
border-color: #BBE560;
}
</style>