Shades of Olive Green #BBB85D
Tints of Olive Green #BBB85D
RGB
CMYK
RGB Variations
Color information
#BBB85D (or 0xBBB85D) is known color: Olive Green. HEX triplet: BB, B8 and 5D. RGB value is (187,184,93). Sum of RGB (Red+Green+Blue) = 187+184+93=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 93 (36.72% from 255 or 20.04% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB85D is #4447A2. Grayscale: #AEAEAE. Windows color (decimal): -4474787 or 6142139. OLE color: 6142139.
HSL color Cylindrical-coordinate representation of color #BBB85D: hue angle of 58.09º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBB85D is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 184 | 93 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.27 |
| HSL | 58.09º | 0.41% | 0.55% | - |
| HSV(B) | 58.09º | 0.5% | 0.73% | - |
| XYZ | 39.61 | 45.64 | 17.08 | - |
| YUV | 174.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 184 | 93 | 0 | 0.02 | 0.50 | 0.27 | 58.09 | 0.41 | 0.55 |
| Hex | BB | B8 | 5D | 0 | 2 | 32 | 1B | 3A | 29 | 37 |
| Octal | 273 | 270 | 135 | 0 | 2 | 62 | 33 | 72 | 51 | 67 |
| Binary | 10111011 | 10111000 | 1011101 | 0 | 10 | 110010 | 11011 | 111010 | 101001 | 110111 |
Color Harmonies of #BBB85D
Complementary color
Monochromatic Colors of #BBB85D
Black with #BBB85D
Text Example
Text Example
White with #BBB85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB85D; }
p { color: rgb(187,184,93); }
H1.HeaderClassName
{
color: #BBB85D;
}
.AnyTagClassName
{
color: #BBB85D;
}
</style>
background-color css
<style>
a { background-color: #BBB85D; }
a { background-color: rgb(187,184,93); }
div.DivClassName
{
background-color: #BBB85D;
}
.BgClassName
{
background-color: #BBB85D;
}
</style>
border-color css
<style>
span { border-color: #BBB85D; }
span { border-color: rgb(187,184,93); }
td.TdClassName
{
border-color: #BBB85D;
}
.TagClassName
{
border-color: #BBB85D;
}
</style>