Shades of Olive Green #B2B168
Tints of Olive Green #B2B168
RGB
CMYK
RGB Variations
Color information
#B2B168 (or 0xB2B168) is known color: Olive Green. HEX triplet: B2, B1 and 68. RGB value is (178,177,104). Sum of RGB (Red+Green+Blue) = 178+177+104=459 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.78% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 104 (41.02% from 255 or 22.66% from 459); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B168 is #4D4E97. Grayscale: #A9A9A9. Windows color (decimal): -5066392 or 6861234. OLE color: 6861234.
HSL color Cylindrical-coordinate representation of color #B2B168: hue angle of 59.19º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2B168 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 104 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.30 |
| HSL | 59.19º | 0.32% | 0.55% | - |
| HSV(B) | 59.19º | 0.42% | 0.7% | - |
| XYZ | 36.58 | 41.91 | 19.26 | - |
| YUV | 168.98 | 91.33 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 104 | 0 | 0.01 | 0.42 | 0.30 | 59.19 | 0.32 | 0.55 |
| Hex | B2 | B1 | 68 | 0 | 1 | 2A | 1E | 3B | 20 | 37 |
| Octal | 262 | 261 | 150 | 0 | 1 | 52 | 36 | 73 | 40 | 67 |
| Binary | 10110010 | 10110001 | 1101000 | 0 | 1 | 101010 | 11110 | 111011 | 100000 | 110111 |
Color Harmonies of #B2B168
Complementary color
Monochromatic Colors of #B2B168
Black with #B2B168
Text Example
Text Example
White with #B2B168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B168; }
p { color: rgb(178,177,104); }
H1.HeaderClassName
{
color: #B2B168;
}
.AnyTagClassName
{
color: #B2B168;
}
</style>
background-color css
<style>
a { background-color: #B2B168; }
a { background-color: rgb(178,177,104); }
div.DivClassName
{
background-color: #B2B168;
}
.BgClassName
{
background-color: #B2B168;
}
</style>
border-color css
<style>
span { border-color: #B2B168; }
span { border-color: rgb(178,177,104); }
td.TdClassName
{
border-color: #B2B168;
}
.TagClassName
{
border-color: #B2B168;
}
</style>