Shades of Olive Green #B6B052
Tints of Olive Green #B6B052
RGB
CMYK
RGB Variations
Color information
#B6B052 (or 0xB6B052) is known color: Olive Green. HEX triplet: B6, B0 and 52. RGB value is (182,176,82). Sum of RGB (Red+Green+Blue) = 182+176+82=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 82 (32.42% from 255 or 18.64% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B052 is #494FAD. Grayscale: #A7A7A7. Windows color (decimal): -4804526 or 5419190. OLE color: 5419190.
HSL color Cylindrical-coordinate representation of color #B6B052: hue angle of 56.4º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B6B052 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 176 | 82 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.29 |
| HSL | 56.4º | 0.41% | 0.52% | - |
| HSV(B) | 56.4º | 0.55% | 0.71% | - |
| XYZ | 36.34 | 41.6 | 14.1 | - |
| YUV | 167.08 | 79.99 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 82 | 0 | 0.03 | 0.55 | 0.29 | 56.4 | 0.41 | 0.52 |
| Hex | B6 | B0 | 52 | 0 | 3 | 37 | 1D | 38 | 29 | 34 |
| Octal | 266 | 260 | 122 | 0 | 3 | 67 | 35 | 70 | 51 | 64 |
| Binary | 10110110 | 10110000 | 1010010 | 0 | 11 | 110111 | 11101 | 111000 | 101001 | 110100 |
Color Harmonies of #B6B052
Complementary color
Monochromatic Colors of #B6B052
Black with #B6B052
Text Example
Text Example
White with #B6B052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B052; }
p { color: rgb(182,176,82); }
H1.HeaderClassName
{
color: #B6B052;
}
.AnyTagClassName
{
color: #B6B052;
}
</style>
background-color css
<style>
a { background-color: #B6B052; }
a { background-color: rgb(182,176,82); }
div.DivClassName
{
background-color: #B6B052;
}
.BgClassName
{
background-color: #B6B052;
}
</style>
border-color css
<style>
span { border-color: #B6B052; }
span { border-color: rgb(182,176,82); }
td.TdClassName
{
border-color: #B6B052;
}
.TagClassName
{
border-color: #B6B052;
}
</style>