Shades of Olive Green #B4B662
Tints of Olive Green #B4B662
RGB
CMYK
RGB Variations
Color information
#B4B662 (or 0xB4B662) is known color: Olive Green. HEX triplet: B4, B6 and 62. RGB value is (180,182,98). Sum of RGB (Red+Green+Blue) = 180+182+98=460 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.13% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B662 is #4B499D. Grayscale: #ACACAC. Windows color (decimal): -4934046 or 6469300. OLE color: 6469300.
HSL color Cylindrical-coordinate representation of color #B4B662: hue angle of 61.43º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B4B662 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 182 | 98 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.29 |
| HSL | 61.43º | 0.37% | 0.55% | - |
| HSV(B) | 61.43º | 0.46% | 0.71% | - |
| XYZ | 37.75 | 44.04 | 18.07 | - |
| YUV | 171.83 | 86.34 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 182 | 98 | 0.01 | 0 | 0.46 | 0.29 | 61.43 | 0.37 | 0.55 |
| Hex | B4 | B6 | 62 | 1 | 0 | 2E | 1D | 3D | 25 | 37 |
| Octal | 264 | 266 | 142 | 1 | 0 | 56 | 35 | 75 | 45 | 67 |
| Binary | 10110100 | 10110110 | 1100010 | 1 | 0 | 101110 | 11101 | 111101 | 100101 | 110111 |
Color Harmonies of #B4B662
Complementary color
Monochromatic Colors of #B4B662
Black with #B4B662
Text Example
Text Example
White with #B4B662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B662; }
p { color: rgb(180,182,98); }
H1.HeaderClassName
{
color: #B4B662;
}
.AnyTagClassName
{
color: #B4B662;
}
</style>
background-color css
<style>
a { background-color: #B4B662; }
a { background-color: rgb(180,182,98); }
div.DivClassName
{
background-color: #B4B662;
}
.BgClassName
{
background-color: #B4B662;
}
</style>
border-color css
<style>
span { border-color: #B4B662; }
span { border-color: rgb(180,182,98); }
td.TdClassName
{
border-color: #B4B662;
}
.TagClassName
{
border-color: #B4B662;
}
</style>