Shades of Olive Green #BBBA55
Tints of Olive Green #BBBA55
RGB
CMYK
RGB Variations
Color information
#BBBA55 (or 0xBBBA55) is known color: Olive Green. HEX triplet: BB, BA and 55. RGB value is (187,186,85). Sum of RGB (Red+Green+Blue) = 187+186+85=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 186 (73.05% from 255 or 40.61% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA55 is #4445AA. Grayscale: #AFAFAF. Windows color (decimal): -4474283 or 5618363. OLE color: 5618363.
HSL color Cylindrical-coordinate representation of color #BBBA55: hue angle of 59.41º 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 #BBBA55 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 85 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.27 |
| HSL | 59.41º | 0.43% | 0.53% | - |
| HSV(B) | 59.41º | 0.55% | 0.73% | - |
| XYZ | 39.69 | 46.34 | 15.45 | - |
| YUV | 174.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 85 | 0 | 0.01 | 0.55 | 0.27 | 59.41 | 0.43 | 0.53 |
| Hex | BB | BA | 55 | 0 | 1 | 37 | 1B | 3B | 2B | 35 |
| Octal | 273 | 272 | 125 | 0 | 1 | 67 | 33 | 73 | 53 | 65 |
| Binary | 10111011 | 10111010 | 1010101 | 0 | 1 | 110111 | 11011 | 111011 | 101011 | 110101 |
Color Harmonies of #BBBA55
Complementary color
Monochromatic Colors of #BBBA55
Black with #BBBA55
Text Example
Text Example
White with #BBBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA55; }
p { color: rgb(187,186,85); }
H1.HeaderClassName
{
color: #BBBA55;
}
.AnyTagClassName
{
color: #BBBA55;
}
</style>
background-color css
<style>
a { background-color: #BBBA55; }
a { background-color: rgb(187,186,85); }
div.DivClassName
{
background-color: #BBBA55;
}
.BgClassName
{
background-color: #BBBA55;
}
</style>
border-color css
<style>
span { border-color: #BBBA55; }
span { border-color: rgb(187,186,85); }
td.TdClassName
{
border-color: #BBBA55;
}
.TagClassName
{
border-color: #BBBA55;
}
</style>