Shades of Olive Green #B6B05E
Tints of Olive Green #B6B05E
RGB
CMYK
RGB Variations
Color information
#B6B05E (or 0xB6B05E) is known color: Olive Green. HEX triplet: B6, B0 and 5E. RGB value is (182,176,94). Sum of RGB (Red+Green+Blue) = 182+176+94=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B05E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6B05E is #494FA1. Grayscale: #A8A8A8. Windows color (decimal): -4804514 or 6205622. OLE color: 6205622.
HSL color Cylindrical-coordinate representation of color #B6B05E: hue angle of 55.91º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B6B05E is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 176 | 94 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.29 |
| HSL | 55.91º | 0.38% | 0.54% | - |
| HSV(B) | 55.91º | 0.48% | 0.71% | - |
| XYZ | 36.84 | 41.8 | 16.72 | - |
| YUV | 168.45 | 85.99 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 176 | 94 | 0 | 0.03 | 0.48 | 0.29 | 55.91 | 0.38 | 0.54 |
| Hex | B6 | B0 | 5E | 0 | 3 | 30 | 1D | 38 | 26 | 36 |
| Octal | 266 | 260 | 136 | 0 | 3 | 60 | 35 | 70 | 46 | 66 |
| Binary | 10110110 | 10110000 | 1011110 | 0 | 11 | 110000 | 11101 | 111000 | 100110 | 110110 |
Color Harmonies of #B6B05E
Complementary color
Monochromatic Colors of #B6B05E
Black with #B6B05E
Text Example
Text Example
White with #B6B05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B05E; }
p { color: rgb(182,176,94); }
H1.HeaderClassName
{
color: #B6B05E;
}
.AnyTagClassName
{
color: #B6B05E;
}
</style>
background-color css
<style>
a { background-color: #B6B05E; }
a { background-color: rgb(182,176,94); }
div.DivClassName
{
background-color: #B6B05E;
}
.BgClassName
{
background-color: #B6B05E;
}
</style>
border-color css
<style>
span { border-color: #B6B05E; }
span { border-color: rgb(182,176,94); }
td.TdClassName
{
border-color: #B6B05E;
}
.TagClassName
{
border-color: #B6B05E;
}
</style>