Shades of Olive Green #B2B862
Tints of Olive Green #B2B862
RGB
CMYK
RGB Variations
Color information
#B2B862 (or 0xB2B862) is known color: Olive Green. HEX triplet: B2, B8 and 62. RGB value is (178,184,98). Sum of RGB (Red+Green+Blue) = 178+184+98=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B862 is #4D479D. Grayscale: #ACACAC. Windows color (decimal): -5064606 or 6469810. OLE color: 6469810.
HSL color Cylindrical-coordinate representation of color #B2B862: hue angle of 64.19º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2B862 is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 98 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.28 |
| HSL | 64.19º | 0.38% | 0.55% | - |
| HSV(B) | 64.19º | 0.47% | 0.72% | - |
| XYZ | 37.71 | 44.63 | 18.18 | - |
| YUV | 172.4 | 86.01 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 98 | 0.03 | 0 | 0.47 | 0.28 | 64.19 | 0.38 | 0.55 |
| Hex | B2 | B8 | 62 | 3 | 0 | 2F | 1C | 40 | 26 | 37 |
| Octal | 262 | 270 | 142 | 3 | 0 | 57 | 34 | 100 | 46 | 67 |
| Binary | 10110010 | 10111000 | 1100010 | 11 | 0 | 101111 | 11100 | 1000000 | 100110 | 110111 |
Color Harmonies of #B2B862
Complementary color
Monochromatic Colors of #B2B862
Black with #B2B862
Text Example
Text Example
White with #B2B862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B862; }
p { color: rgb(178,184,98); }
H1.HeaderClassName
{
color: #B2B862;
}
.AnyTagClassName
{
color: #B2B862;
}
</style>
background-color css
<style>
a { background-color: #B2B862; }
a { background-color: rgb(178,184,98); }
div.DivClassName
{
background-color: #B2B862;
}
.BgClassName
{
background-color: #B2B862;
}
</style>
border-color css
<style>
span { border-color: #B2B862; }
span { border-color: rgb(178,184,98); }
td.TdClassName
{
border-color: #B2B862;
}
.TagClassName
{
border-color: #B2B862;
}
</style>