Shades of Olive Green #B8B258
Tints of Olive Green #B8B258
RGB
CMYK
RGB Variations
Color information
#B8B258 (or 0xB8B258) is known color: Olive Green. HEX triplet: B8, B2 and 58. RGB value is (184,178,88). Sum of RGB (Red+Green+Blue) = 184+178+88=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 88 (34.77% from 255 or 19.56% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8B258 is #474DA7. Grayscale: #A9A9A9. Windows color (decimal): -4672936 or 5812920. OLE color: 5812920.
HSL color Cylindrical-coordinate representation of color #B8B258: hue angle of 56.25º 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 #B8B258 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 178 | 88 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.28 |
| HSL | 56.25º | 0.4% | 0.53% | - |
| HSV(B) | 56.25º | 0.52% | 0.72% | - |
| XYZ | 37.45 | 42.74 | 15.51 | - |
| YUV | 169.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 178 | 88 | 0 | 0.03 | 0.52 | 0.28 | 56.25 | 0.4 | 0.53 |
| Hex | B8 | B2 | 58 | 0 | 3 | 34 | 1C | 38 | 28 | 35 |
| Octal | 270 | 262 | 130 | 0 | 3 | 64 | 34 | 70 | 50 | 65 |
| Binary | 10111000 | 10110010 | 1011000 | 0 | 11 | 110100 | 11100 | 111000 | 101000 | 110101 |
Color Harmonies of #B8B258
Complementary color
Monochromatic Colors of #B8B258
Black with #B8B258
Text Example
Text Example
White with #B8B258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8B258; }
p { color: rgb(184,178,88); }
H1.HeaderClassName
{
color: #B8B258;
}
.AnyTagClassName
{
color: #B8B258;
}
</style>
background-color css
<style>
a { background-color: #B8B258; }
a { background-color: rgb(184,178,88); }
div.DivClassName
{
background-color: #B8B258;
}
.BgClassName
{
background-color: #B8B258;
}
</style>
border-color css
<style>
span { border-color: #B8B258; }
span { border-color: rgb(184,178,88); }
td.TdClassName
{
border-color: #B8B258;
}
.TagClassName
{
border-color: #B8B258;
}
</style>