Shades of Olive Green #B4B25E
Tints of Olive Green #B4B25E
RGB
CMYK
RGB Variations
Color information
#B4B25E (or 0xB4B25E) is known color: Olive Green. HEX triplet: B4, B2 and 5E. RGB value is (180,178,94). Sum of RGB (Red+Green+Blue) = 180+178+94=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B25E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B25E is #4B4DA1. Grayscale: #A9A9A9. Windows color (decimal): -4935074 or 6206132. OLE color: 6206132.
HSL color Cylindrical-coordinate representation of color #B4B25E: hue angle of 58.6º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4B25E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 178 | 94 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.29 |
| HSL | 58.6º | 0.36% | 0.54% | - |
| HSV(B) | 58.6º | 0.48% | 0.71% | - |
| XYZ | 36.76 | 42.35 | 16.83 | - |
| YUV | 169.02 | 85.66 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 178 | 94 | 0 | 0.01 | 0.48 | 0.29 | 58.6 | 0.36 | 0.54 |
| Hex | B4 | B2 | 5E | 0 | 1 | 30 | 1D | 3B | 24 | 36 |
| Octal | 264 | 262 | 136 | 0 | 1 | 60 | 35 | 73 | 44 | 66 |
| Binary | 10110100 | 10110010 | 1011110 | 0 | 1 | 110000 | 11101 | 111011 | 100100 | 110110 |
Color Harmonies of #B4B25E
Complementary color
Monochromatic Colors of #B4B25E
Black with #B4B25E
Text Example
Text Example
White with #B4B25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B25E; }
p { color: rgb(180,178,94); }
H1.HeaderClassName
{
color: #B4B25E;
}
.AnyTagClassName
{
color: #B4B25E;
}
</style>
background-color css
<style>
a { background-color: #B4B25E; }
a { background-color: rgb(180,178,94); }
div.DivClassName
{
background-color: #B4B25E;
}
.BgClassName
{
background-color: #B4B25E;
}
</style>
border-color css
<style>
span { border-color: #B4B25E; }
span { border-color: rgb(180,178,94); }
td.TdClassName
{
border-color: #B4B25E;
}
.TagClassName
{
border-color: #B4B25E;
}
</style>