Shades of Olive Green #B8B558
Tints of Olive Green #B8B558
RGB
CMYK
RGB Variations
Color information
#B8B558 (or 0xB8B558) is known color: Olive Green. HEX triplet: B8, B5 and 58. RGB value is (184,181,88). Sum of RGB (Red+Green+Blue) = 184+181+88=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8B558 is #474AA7. Grayscale: #ABABAB. Windows color (decimal): -4672168 or 5813688. OLE color: 5813688.
HSL color Cylindrical-coordinate representation of color #B8B558: hue angle of 58.12º 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 #B8B558 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 181 | 88 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.28 |
| HSL | 58.13º | 0.4% | 0.53% | - |
| HSV(B) | 58.13º | 0.52% | 0.72% | - |
| XYZ | 38.05 | 43.94 | 15.71 | - |
| YUV | 171.3 | 80.99 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 181 | 88 | 0 | 0.02 | 0.52 | 0.28 | 58.13 | 0.4 | 0.53 |
| Hex | B8 | B5 | 58 | 0 | 2 | 34 | 1C | 3A | 28 | 35 |
| Octal | 270 | 265 | 130 | 0 | 2 | 64 | 34 | 72 | 50 | 65 |
| Binary | 10111000 | 10110101 | 1011000 | 0 | 10 | 110100 | 11100 | 111010 | 101000 | 110101 |
Color Harmonies of #B8B558
Complementary color
Monochromatic Colors of #B8B558
Black with #B8B558
Text Example
Text Example
White with #B8B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B558; }
p { color: rgb(184,181,88); }
H1.HeaderClassName
{
color: #B8B558;
}
.AnyTagClassName
{
color: #B8B558;
}
</style>
background-color css
<style>
a { background-color: #B8B558; }
a { background-color: rgb(184,181,88); }
div.DivClassName
{
background-color: #B8B558;
}
.BgClassName
{
background-color: #B8B558;
}
</style>
border-color css
<style>
span { border-color: #B8B558; }
span { border-color: rgb(184,181,88); }
td.TdClassName
{
border-color: #B8B558;
}
.TagClassName
{
border-color: #B8B558;
}
</style>