Shades of Olive Green #BBB153
Tints of Olive Green #BBB153
RGB
CMYK
RGB Variations
Color information
#BBB153 (or 0xBBB153) is known color: Olive Green. HEX triplet: BB, B1 and 53. RGB value is (187,177,83). Sum of RGB (Red+Green+Blue) = 187+177+83=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB153 is #444EAC. Grayscale: #A9A9A9. Windows color (decimal): -4476589 or 5484987. OLE color: 5484987.
HSL color Cylindrical-coordinate representation of color #BBB153: hue angle of 54.23º degrees, saturation: 0.43, 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 #BBB153 is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 177 | 83 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.27 |
| HSL | 54.23º | 0.43% | 0.53% | - |
| HSV(B) | 54.23º | 0.56% | 0.73% | - |
| XYZ | 37.78 | 42.63 | 14.42 | - |
| YUV | 169.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 177 | 83 | 0 | 0.05 | 0.56 | 0.27 | 54.23 | 0.43 | 0.53 |
| Hex | BB | B1 | 53 | 0 | 5 | 38 | 1B | 36 | 2B | 35 |
| Octal | 273 | 261 | 123 | 0 | 5 | 70 | 33 | 66 | 53 | 65 |
| Binary | 10111011 | 10110001 | 1010011 | 0 | 101 | 111000 | 11011 | 110110 | 101011 | 110101 |
Color Harmonies of #BBB153
Complementary color
Monochromatic Colors of #BBB153
Black with #BBB153
Text Example
Text Example
White with #BBB153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB153; }
p { color: rgb(187,177,83); }
H1.HeaderClassName
{
color: #BBB153;
}
.AnyTagClassName
{
color: #BBB153;
}
</style>
background-color css
<style>
a { background-color: #BBB153; }
a { background-color: rgb(187,177,83); }
div.DivClassName
{
background-color: #BBB153;
}
.BgClassName
{
background-color: #BBB153;
}
</style>
border-color css
<style>
span { border-color: #BBB153; }
span { border-color: rgb(187,177,83); }
td.TdClassName
{
border-color: #BBB153;
}
.TagClassName
{
border-color: #BBB153;
}
</style>