Shades of Olive Green #B8B858
Tints of Olive Green #B8B858
RGB
CMYK
RGB Variations
Color information
#B8B858 (or 0xB8B858) is known color: Olive Green. HEX triplet: B8, B8 and 58. RGB value is (184,184,88). Sum of RGB (Red+Green+Blue) = 184+184+88=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 88 (34.77% from 255 or 19.30% from 456); Max value from RGB is 184 - color contains mainly: red, green. Hex color #B8B858 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B858 is #4747A7. Grayscale: #ADADAD. Windows color (decimal): -4671400 or 5814456. OLE color: 5814456.
HSL color Cylindrical-coordinate representation of color #B8B858: hue angle of 60º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B8B858 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 184 | 88 | - |
| CMYK | 0 | 0 | 0.52 | 0.28 |
| HSL | 60º | 0.4% | 0.53% | - |
| HSV(B) | 60º | 0.52% | 0.72% | - |
| XYZ | 38.67 | 45.18 | 15.91 | - |
| YUV | 173.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 184 | 88 | 0 | 0 | 0.52 | 0.28 | 60 | 0.4 | 0.53 |
| Hex | B8 | B8 | 58 | 0 | 0 | 34 | 1C | 3C | 28 | 35 |
| Octal | 270 | 270 | 130 | 0 | 0 | 64 | 34 | 74 | 50 | 65 |
| Binary | 10111000 | 10111000 | 1011000 | 0 | 0 | 110100 | 11100 | 111100 | 101000 | 110101 |
Color Harmonies of #B8B858
Complementary color
Monochromatic Colors of #B8B858
Black with #B8B858
Text Example
Text Example
White with #B8B858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B858; }
p { color: rgb(184,184,88); }
H1.HeaderClassName
{
color: #B8B858;
}
.AnyTagClassName
{
color: #B8B858;
}
</style>
background-color css
<style>
a { background-color: #B8B858; }
a { background-color: rgb(184,184,88); }
div.DivClassName
{
background-color: #B8B858;
}
.BgClassName
{
background-color: #B8B858;
}
</style>
border-color css
<style>
span { border-color: #B8B858; }
span { border-color: rgb(184,184,88); }
td.TdClassName
{
border-color: #B8B858;
}
.TagClassName
{
border-color: #B8B858;
}
</style>