Shades of Olive Green #B4B456
Tints of Olive Green #B4B456
RGB
CMYK
RGB Variations
Color information
#B4B456 (or 0xB4B456) is known color: Olive Green. HEX triplet: B4, B4 and 56. RGB value is (180,180,86). Sum of RGB (Red+Green+Blue) = 180+180+86=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 86 (33.98% from 255 or 19.28% from 446); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B456 is #4B4BA9. Grayscale: #A9A9A9. Windows color (decimal): -4934570 or 5682356. OLE color: 5682356.
HSL color Cylindrical-coordinate representation of color #B4B456: hue angle of 60º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B4B456 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 180 | 86 | - |
| CMYK | 0 | 0 | 0.52 | 0.29 |
| HSL | 60º | 0.39% | 0.52% | - |
| HSV(B) | 60º | 0.52% | 0.71% | - |
| XYZ | 36.82 | 43.02 | 15.17 | - |
| YUV | 169.28 | 81 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 180 | 86 | 0 | 0 | 0.52 | 0.29 | 60 | 0.39 | 0.52 |
| Hex | B4 | B4 | 56 | 0 | 0 | 34 | 1D | 3C | 27 | 34 |
| Octal | 264 | 264 | 126 | 0 | 0 | 64 | 35 | 74 | 47 | 64 |
| Binary | 10110100 | 10110100 | 1010110 | 0 | 0 | 110100 | 11101 | 111100 | 100111 | 110100 |
Color Harmonies of #B4B456
Complementary color
Monochromatic Colors of #B4B456
Black with #B4B456
Text Example
Text Example
White with #B4B456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B456; }
p { color: rgb(180,180,86); }
H1.HeaderClassName
{
color: #B4B456;
}
.AnyTagClassName
{
color: #B4B456;
}
</style>
background-color css
<style>
a { background-color: #B4B456; }
a { background-color: rgb(180,180,86); }
div.DivClassName
{
background-color: #B4B456;
}
.BgClassName
{
background-color: #B4B456;
}
</style>
border-color css
<style>
span { border-color: #B4B456; }
span { border-color: rgb(180,180,86); }
td.TdClassName
{
border-color: #B4B456;
}
.TagClassName
{
border-color: #B4B456;
}
</style>