Shades of Olive Green #BBB952
Tints of Olive Green #BBB952
RGB
CMYK
RGB Variations
Color information
#BBB952 (or 0xBBB952) is known color: Olive Green. HEX triplet: BB, B9 and 52. RGB value is (187,185,82). Sum of RGB (Red+Green+Blue) = 187+185+82=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 82 (32.42% from 255 or 18.06% from 454); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB952 is #4446AD. Grayscale: #AEAEAE. Windows color (decimal): -4474542 or 5421499. OLE color: 5421499.
HSL color Cylindrical-coordinate representation of color #BBB952: hue angle of 58.86º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBB952 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 82 | - |
| CMYK | 0 | 0.01 | 0.56 | 0.27 |
| HSL | 58.86º | 0.44% | 0.53% | - |
| HSV(B) | 58.86º | 0.56% | 0.73% | - |
| XYZ | 39.37 | 45.87 | 14.76 | - |
| YUV | 173.86 | 76.16 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 82 | 0 | 0.01 | 0.56 | 0.27 | 58.86 | 0.44 | 0.53 |
| Hex | BB | B9 | 52 | 0 | 1 | 38 | 1B | 3B | 2C | 35 |
| Octal | 273 | 271 | 122 | 0 | 1 | 70 | 33 | 73 | 54 | 65 |
| Binary | 10111011 | 10111001 | 1010010 | 0 | 1 | 111000 | 11011 | 111011 | 101100 | 110101 |
Color Harmonies of #BBB952
Complementary color
Monochromatic Colors of #BBB952
Black with #BBB952
Text Example
Text Example
White with #BBB952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB952; }
p { color: rgb(187,185,82); }
H1.HeaderClassName
{
color: #BBB952;
}
.AnyTagClassName
{
color: #BBB952;
}
</style>
background-color css
<style>
a { background-color: #BBB952; }
a { background-color: rgb(187,185,82); }
div.DivClassName
{
background-color: #BBB952;
}
.BgClassName
{
background-color: #BBB952;
}
</style>
border-color css
<style>
span { border-color: #BBB952; }
span { border-color: rgb(187,185,82); }
td.TdClassName
{
border-color: #BBB952;
}
.TagClassName
{
border-color: #BBB952;
}
</style>