Shades of Olive Green #BBBA56
Tints of Olive Green #BBBA56
RGB
CMYK
RGB Variations
Color information
#BBBA56 (or 0xBBBA56) is known color: Olive Green. HEX triplet: BB, BA and 56. RGB value is (187,186,86). Sum of RGB (Red+Green+Blue) = 187+186+86=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA56 is #4445A9. Grayscale: #AFAFAF. Windows color (decimal): -4474282 or 5683899. OLE color: 5683899.
HSL color Cylindrical-coordinate representation of color #BBBA56: hue angle of 59.41º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBBA56 is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 86 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.27 |
| HSL | 59.41º | 0.43% | 0.54% | - |
| HSV(B) | 59.41º | 0.54% | 0.73% | - |
| XYZ | 39.73 | 46.35 | 15.66 | - |
| YUV | 174.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 86 | 0 | 0.01 | 0.54 | 0.27 | 59.41 | 0.43 | 0.54 |
| Hex | BB | BA | 56 | 0 | 1 | 36 | 1B | 3B | 2B | 36 |
| Octal | 273 | 272 | 126 | 0 | 1 | 66 | 33 | 73 | 53 | 66 |
| Binary | 10111011 | 10111010 | 1010110 | 0 | 1 | 110110 | 11011 | 111011 | 101011 | 110110 |
Color Harmonies of #BBBA56
Complementary color
Monochromatic Colors of #BBBA56
Black with #BBBA56
Text Example
Text Example
White with #BBBA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA56; }
p { color: rgb(187,186,86); }
H1.HeaderClassName
{
color: #BBBA56;
}
.AnyTagClassName
{
color: #BBBA56;
}
</style>
background-color css
<style>
a { background-color: #BBBA56; }
a { background-color: rgb(187,186,86); }
div.DivClassName
{
background-color: #BBBA56;
}
.BgClassName
{
background-color: #BBBA56;
}
</style>
border-color css
<style>
span { border-color: #BBBA56; }
span { border-color: rgb(187,186,86); }
td.TdClassName
{
border-color: #BBBA56;
}
.TagClassName
{
border-color: #BBBA56;
}
</style>