Shades of Olive Green #BBBA5C
Tints of Olive Green #BBBA5C
RGB
CMYK
RGB Variations
Color information
#BBBA5C (or 0xBBBA5C) is known color: Olive Green. HEX triplet: BB, BA and 5C. RGB value is (187,186,92). Sum of RGB (Red+Green+Blue) = 187+186+92=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA5C is #4445A3. Grayscale: #AFAFAF. Windows color (decimal): -4474276 or 6077115. OLE color: 6077115.
HSL color Cylindrical-coordinate representation of color #BBBA5C: hue angle of 59.37º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BBBA5C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 186 | 92 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.27 |
| HSL | 59.37º | 0.41% | 0.55% | - |
| HSV(B) | 59.37º | 0.51% | 0.73% | - |
| XYZ | 39.98 | 46.46 | 16.98 | - |
| YUV | 175.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 186 | 92 | 0 | 0.01 | 0.51 | 0.27 | 59.37 | 0.41 | 0.55 |
| Hex | BB | BA | 5C | 0 | 1 | 33 | 1B | 3B | 29 | 37 |
| Octal | 273 | 272 | 134 | 0 | 1 | 63 | 33 | 73 | 51 | 67 |
| Binary | 10111011 | 10111010 | 1011100 | 0 | 1 | 110011 | 11011 | 111011 | 101001 | 110111 |
Color Harmonies of #BBBA5C
Complementary color
Monochromatic Colors of #BBBA5C
Black with #BBBA5C
Text Example
Text Example
White with #BBBA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBA5C; }
p { color: rgb(187,186,92); }
H1.HeaderClassName
{
color: #BBBA5C;
}
.AnyTagClassName
{
color: #BBBA5C;
}
</style>
background-color css
<style>
a { background-color: #BBBA5C; }
a { background-color: rgb(187,186,92); }
div.DivClassName
{
background-color: #BBBA5C;
}
.BgClassName
{
background-color: #BBBA5C;
}
</style>
border-color css
<style>
span { border-color: #BBBA5C; }
span { border-color: rgb(187,186,92); }
td.TdClassName
{
border-color: #BBBA5C;
}
.TagClassName
{
border-color: #BBBA5C;
}
</style>