Shades of Olive Green #B8B75E
Tints of Olive Green #B8B75E
RGB
CMYK
RGB Variations
Color information
#B8B75E (or 0xB8B75E) is known color: Olive Green. HEX triplet: B8, B7 and 5E. RGB value is (184,183,94). Sum of RGB (Red+Green+Blue) = 184+183+94=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 183 (71.88% from 255 or 39.70% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B75E is #4748A1. Grayscale: #ADADAD. Windows color (decimal): -4671650 or 6207416. OLE color: 6207416.
HSL color Cylindrical-coordinate representation of color #B8B75E: hue angle of 59.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B8B75E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 183 | 94 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.28 |
| HSL | 59.33º | 0.39% | 0.55% | - |
| HSV(B) | 59.33º | 0.49% | 0.72% | - |
| XYZ | 38.72 | 44.87 | 17.21 | - |
| YUV | 173.15 | 83.33 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 183 | 94 | 0 | 0.01 | 0.49 | 0.28 | 59.33 | 0.39 | 0.55 |
| Hex | B8 | B7 | 5E | 0 | 1 | 31 | 1C | 3B | 27 | 37 |
| Octal | 270 | 267 | 136 | 0 | 1 | 61 | 34 | 73 | 47 | 67 |
| Binary | 10111000 | 10110111 | 1011110 | 0 | 1 | 110001 | 11100 | 111011 | 100111 | 110111 |
Color Harmonies of #B8B75E
Complementary color
Monochromatic Colors of #B8B75E
Black with #B8B75E
Text Example
Text Example
White with #B8B75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B75E; }
p { color: rgb(184,183,94); }
H1.HeaderClassName
{
color: #B8B75E;
}
.AnyTagClassName
{
color: #B8B75E;
}
</style>
background-color css
<style>
a { background-color: #B8B75E; }
a { background-color: rgb(184,183,94); }
div.DivClassName
{
background-color: #B8B75E;
}
.BgClassName
{
background-color: #B8B75E;
}
</style>
border-color css
<style>
span { border-color: #B8B75E; }
span { border-color: rgb(184,183,94); }
td.TdClassName
{
border-color: #B8B75E;
}
.TagClassName
{
border-color: #B8B75E;
}
</style>