Shades of Olive Green #B0B65E
Tints of Olive Green #B0B65E
RGB
CMYK
RGB Variations
Color information
#B0B65E (or 0xB0B65E) is known color: Olive Green. HEX triplet: B0, B6 and 5E. RGB value is (176,182,94). Sum of RGB (Red+Green+Blue) = 176+182+94=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B65E is #4F49A1. Grayscale: #AAAAAA. Windows color (decimal): -5196194 or 6207152. OLE color: 6207152.
HSL color Cylindrical-coordinate representation of color #B0B65E: hue angle of 64.09º 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 #B0B65E is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 176 | 182 | 94 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.29 |
| HSL | 64.09º | 0.38% | 0.54% | - |
| HSV(B) | 64.09º | 0.48% | 0.71% | - |
| XYZ | 36.65 | 43.49 | 17.05 | - |
| YUV | 170.17 | 85.01 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 182 | 94 | 0.03 | 0 | 0.48 | 0.29 | 64.09 | 0.38 | 0.54 |
| Hex | B0 | B6 | 5E | 3 | 0 | 30 | 1D | 40 | 26 | 36 |
| Octal | 260 | 266 | 136 | 3 | 0 | 60 | 35 | 100 | 46 | 66 |
| Binary | 10110000 | 10110110 | 1011110 | 11 | 0 | 110000 | 11101 | 1000000 | 100110 | 110110 |
Color Harmonies of #B0B65E
Complementary color
Monochromatic Colors of #B0B65E
Black with #B0B65E
Text Example
Text Example
White with #B0B65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B65E; }
p { color: rgb(176,182,94); }
H1.HeaderClassName
{
color: #B0B65E;
}
.AnyTagClassName
{
color: #B0B65E;
}
</style>
background-color css
<style>
a { background-color: #B0B65E; }
a { background-color: rgb(176,182,94); }
div.DivClassName
{
background-color: #B0B65E;
}
.BgClassName
{
background-color: #B0B65E;
}
</style>
border-color css
<style>
span { border-color: #B0B65E; }
span { border-color: rgb(176,182,94); }
td.TdClassName
{
border-color: #B0B65E;
}
.TagClassName
{
border-color: #B0B65E;
}
</style>