Shades of Olive Green #B0B253
Tints of Olive Green #B0B253
RGB
CMYK
RGB Variations
Color information
#B0B253 (or 0xB0B253) is known color: Olive Green. HEX triplet: B0, B2 and 53. RGB value is (176,178,83). Sum of RGB (Red+Green+Blue) = 176+178+83=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 178 - color contains mainly: green. Hex color #B0B253 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B253 is #4F4DAC. Grayscale: #A6A6A6. Windows color (decimal): -5197229 or 5485232. OLE color: 5485232.
HSL color Cylindrical-coordinate representation of color #B0B253: hue angle of 61.26º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B0B253 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 178 | 83 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.30 |
| HSL | 61.26º | 0.38% | 0.51% | - |
| HSV(B) | 61.26º | 0.53% | 0.7% | - |
| XYZ | 35.39 | 41.7 | 14.37 | - |
| YUV | 166.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 178 | 83 | 0.01 | 0 | 0.53 | 0.30 | 61.26 | 0.38 | 0.51 |
| Hex | B0 | B2 | 53 | 1 | 0 | 35 | 1E | 3D | 26 | 33 |
| Octal | 260 | 262 | 123 | 1 | 0 | 65 | 36 | 75 | 46 | 63 |
| Binary | 10110000 | 10110010 | 1010011 | 1 | 0 | 110101 | 11110 | 111101 | 100110 | 110011 |
Color Harmonies of #B0B253
Complementary color
Monochromatic Colors of #B0B253
Black with #B0B253
Text Example
Text Example
White with #B0B253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0B253; }
p { color: rgb(176,178,83); }
H1.HeaderClassName
{
color: #B0B253;
}
.AnyTagClassName
{
color: #B0B253;
}
</style>
background-color css
<style>
a { background-color: #B0B253; }
a { background-color: rgb(176,178,83); }
div.DivClassName
{
background-color: #B0B253;
}
.BgClassName
{
background-color: #B0B253;
}
</style>
border-color css
<style>
span { border-color: #B0B253; }
span { border-color: rgb(176,178,83); }
td.TdClassName
{
border-color: #B0B253;
}
.TagClassName
{
border-color: #B0B253;
}
</style>