Shades of Olive Green #BBBA54
Tints of Olive Green #BBBA54
RGB
CMYK
RGB Variations
Color information
#BBBA54 (or 0xBBBA54) is known color: Olive Green. HEX triplet: BB, BA and 54. RGB value is (187,186,84). Sum of RGB (Red+Green+Blue) = 187+186+84=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA54 is #4445AB. Grayscale: #AFAFAF. Windows color (decimal): -4474284 or 5552827. OLE color: 5552827.
HSL color Cylindrical-coordinate representation of color #BBBA54: hue angle of 59.42º 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 #BBBA54 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 84 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.27 |
| HSL | 59.42º | 0.43% | 0.53% | - |
| HSV(B) | 59.42º | 0.55% | 0.73% | - |
| XYZ | 39.65 | 46.32 | 15.24 | - |
| YUV | 174.67 | 76.83 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 84 | 0 | 0.01 | 0.55 | 0.27 | 59.42 | 0.43 | 0.53 |
| Hex | BB | BA | 54 | 0 | 1 | 37 | 1B | 3B | 2B | 35 |
| Octal | 273 | 272 | 124 | 0 | 1 | 67 | 33 | 73 | 53 | 65 |
| Binary | 10111011 | 10111010 | 1010100 | 0 | 1 | 110111 | 11011 | 111011 | 101011 | 110101 |
Color Harmonies of #BBBA54
Complementary color
Monochromatic Colors of #BBBA54
Black with #BBBA54
Text Example
Text Example
White with #BBBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA54; }
p { color: rgb(187,186,84); }
H1.HeaderClassName
{
color: #BBBA54;
}
.AnyTagClassName
{
color: #BBBA54;
}
</style>
background-color css
<style>
a { background-color: #BBBA54; }
a { background-color: rgb(187,186,84); }
div.DivClassName
{
background-color: #BBBA54;
}
.BgClassName
{
background-color: #BBBA54;
}
</style>
border-color css
<style>
span { border-color: #BBBA54; }
span { border-color: rgb(187,186,84); }
td.TdClassName
{
border-color: #BBBA54;
}
.TagClassName
{
border-color: #BBBA54;
}
</style>