Shades of Olive Green #BBB955
Tints of Olive Green #BBB955
RGB
CMYK
RGB Variations
Color information
#BBB955 (or 0xBBB955) is known color: Olive Green. HEX triplet: BB, B9 and 55. RGB value is (187,185,85). Sum of RGB (Red+Green+Blue) = 187+185+85=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB955 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB955 is #4446AA. Grayscale: #AEAEAE. Windows color (decimal): -4474539 or 5618107. OLE color: 5618107.
HSL color Cylindrical-coordinate representation of color #BBB955: hue angle of 58.82º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBB955 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 85 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.27 |
| HSL | 58.82º | 0.43% | 0.53% | - |
| HSV(B) | 58.82º | 0.55% | 0.73% | - |
| XYZ | 39.48 | 45.92 | 15.38 | - |
| YUV | 174.2 | 77.66 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 85 | 0 | 0.01 | 0.55 | 0.27 | 58.82 | 0.43 | 0.53 |
| Hex | BB | B9 | 55 | 0 | 1 | 37 | 1B | 3B | 2B | 35 |
| Octal | 273 | 271 | 125 | 0 | 1 | 67 | 33 | 73 | 53 | 65 |
| Binary | 10111011 | 10111001 | 1010101 | 0 | 1 | 110111 | 11011 | 111011 | 101011 | 110101 |
Color Harmonies of #BBB955
Complementary color
Monochromatic Colors of #BBB955
Black with #BBB955
Text Example
Text Example
White with #BBB955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB955; }
p { color: rgb(187,185,85); }
H1.HeaderClassName
{
color: #BBB955;
}
.AnyTagClassName
{
color: #BBB955;
}
</style>
background-color css
<style>
a { background-color: #BBB955; }
a { background-color: rgb(187,185,85); }
div.DivClassName
{
background-color: #BBB955;
}
.BgClassName
{
background-color: #BBB955;
}
</style>
border-color css
<style>
span { border-color: #BBB955; }
span { border-color: rgb(187,185,85); }
td.TdClassName
{
border-color: #BBB955;
}
.TagClassName
{
border-color: #BBB955;
}
</style>