Shades of Olive Green #B0B35D
Tints of Olive Green #B0B35D
RGB
CMYK
RGB Variations
Color information
#B0B35D (or 0xB0B35D) is known color: Olive Green. HEX triplet: B0, B3 and 5D. RGB value is (176,179,93). Sum of RGB (Red+Green+Blue) = 176+179+93=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 179 - color contains mainly: green. Hex color #B0B35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B35D is #4F4CA2. Grayscale: #A8A8A8. Windows color (decimal): -5196963 or 6140848. OLE color: 6140848.
HSL color Cylindrical-coordinate representation of color #B0B35D: hue angle of 62.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0B35D is Cyan = 0.02, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 179 | 93 | - |
| CMYK | 0.02 | 0 | 0.48 | 0.30 |
| HSL | 62.09º | 0.36% | 0.53% | - |
| HSV(B) | 62.09º | 0.48% | 0.7% | - |
| XYZ | 36 | 42.26 | 16.62 | - |
| YUV | 168.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 179 | 93 | 0.02 | 0 | 0.48 | 0.30 | 62.09 | 0.36 | 0.53 |
| Hex | B0 | B3 | 5D | 2 | 0 | 30 | 1E | 3E | 24 | 35 |
| Octal | 260 | 263 | 135 | 2 | 0 | 60 | 36 | 76 | 44 | 65 |
| Binary | 10110000 | 10110011 | 1011101 | 10 | 0 | 110000 | 11110 | 111110 | 100100 | 110101 |
Color Harmonies of #B0B35D
Complementary color
Monochromatic Colors of #B0B35D
Black with #B0B35D
Text Example
Text Example
White with #B0B35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B35D; }
p { color: rgb(176,179,93); }
H1.HeaderClassName
{
color: #B0B35D;
}
.AnyTagClassName
{
color: #B0B35D;
}
</style>
background-color css
<style>
a { background-color: #B0B35D; }
a { background-color: rgb(176,179,93); }
div.DivClassName
{
background-color: #B0B35D;
}
.BgClassName
{
background-color: #B0B35D;
}
</style>
border-color css
<style>
span { border-color: #B0B35D; }
span { border-color: rgb(176,179,93); }
td.TdClassName
{
border-color: #B0B35D;
}
.TagClassName
{
border-color: #B0B35D;
}
</style>