Shades of Olive Green #B2B868
Tints of Olive Green #B2B868
RGB
CMYK
RGB Variations
Color information
#B2B868 (or 0xB2B868) is known color: Olive Green. HEX triplet: B2, B8 and 68. RGB value is (178,184,104). Sum of RGB (Red+Green+Blue) = 178+184+104=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 104 (41.02% from 255 or 22.32% from 466); Max value from RGB is 184 - color contains mainly: green. Hex color #B2B868 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B868 is #4D4797. Grayscale: #ADADAD. Windows color (decimal): -5064600 or 6863026. OLE color: 6863026.
HSL color Cylindrical-coordinate representation of color #B2B868: hue angle of 64.5º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B2B868 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 184 | 104 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.28 |
| HSL | 64.5º | 0.36% | 0.56% | - |
| HSV(B) | 64.5º | 0.43% | 0.72% | - |
| XYZ | 38 | 44.75 | 19.73 | - |
| YUV | 173.09 | 89.01 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 184 | 104 | 0.03 | 0 | 0.43 | 0.28 | 64.5 | 0.36 | 0.56 |
| Hex | B2 | B8 | 68 | 3 | 0 | 2B | 1C | 40 | 24 | 38 |
| Octal | 262 | 270 | 150 | 3 | 0 | 53 | 34 | 100 | 44 | 70 |
| Binary | 10110010 | 10111000 | 1101000 | 11 | 0 | 101011 | 11100 | 1000000 | 100100 | 111000 |
Color Harmonies of #B2B868
Complementary color
Monochromatic Colors of #B2B868
Black with #B2B868
Text Example
Text Example
White with #B2B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B868; }
p { color: rgb(178,184,104); }
H1.HeaderClassName
{
color: #B2B868;
}
.AnyTagClassName
{
color: #B2B868;
}
</style>
background-color css
<style>
a { background-color: #B2B868; }
a { background-color: rgb(178,184,104); }
div.DivClassName
{
background-color: #B2B868;
}
.BgClassName
{
background-color: #B2B868;
}
</style>
border-color css
<style>
span { border-color: #B2B868; }
span { border-color: rgb(178,184,104); }
td.TdClassName
{
border-color: #B2B868;
}
.TagClassName
{
border-color: #B2B868;
}
</style>