Shades of Olive Green #BBB74E
Tints of Olive Green #BBB74E
RGB
CMYK
RGB Variations
Color information
#BBB74E (or 0xBBB74E) is known color: Olive Green. HEX triplet: BB, B7 and 4E. RGB value is (187,183,78). Sum of RGB (Red+Green+Blue) = 187+183+78=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB74E is #4448B1. Grayscale: #ACACAC. Windows color (decimal): -4475058 or 5158843. OLE color: 5158843.
HSL color Cylindrical-coordinate representation of color #BBB74E: hue angle of 57.8º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBB74E is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 78 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.27 |
| HSL | 57.8º | 0.44% | 0.52% | - |
| HSV(B) | 57.8º | 0.58% | 0.73% | - |
| XYZ | 38.8 | 44.98 | 13.85 | - |
| YUV | 172.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 78 | 0 | 0.02 | 0.58 | 0.27 | 57.8 | 0.44 | 0.52 |
| Hex | BB | B7 | 4E | 0 | 2 | 3A | 1B | 3A | 2C | 34 |
| Octal | 273 | 267 | 116 | 0 | 2 | 72 | 33 | 72 | 54 | 64 |
| Binary | 10111011 | 10110111 | 1001110 | 0 | 10 | 111010 | 11011 | 111010 | 101100 | 110100 |
Color Harmonies of #BBB74E
Complementary color
Monochromatic Colors of #BBB74E
Black with #BBB74E
Text Example
Text Example
White with #BBB74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB74E; }
p { color: rgb(187,183,78); }
H1.HeaderClassName
{
color: #BBB74E;
}
.AnyTagClassName
{
color: #BBB74E;
}
</style>
background-color css
<style>
a { background-color: #BBB74E; }
a { background-color: rgb(187,183,78); }
div.DivClassName
{
background-color: #BBB74E;
}
.BgClassName
{
background-color: #BBB74E;
}
</style>
border-color css
<style>
span { border-color: #BBB74E; }
span { border-color: rgb(187,183,78); }
td.TdClassName
{
border-color: #BBB74E;
}
.TagClassName
{
border-color: #BBB74E;
}
</style>