Shades of Olive Green #B2B153
Tints of Olive Green #B2B153
RGB
CMYK
RGB Variations
Color information
#B2B153 (or 0xB2B153) is known color: Olive Green. HEX triplet: B2, B1 and 53. RGB value is (178,177,83). Sum of RGB (Red+Green+Blue) = 178+177+83=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2B153 is #4D4EAC. Grayscale: #A6A6A6. Windows color (decimal): -5066413 or 5484978. OLE color: 5484978.
HSL color Cylindrical-coordinate representation of color #B2B153: hue angle of 59.37º 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 #B2B153 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 177 | 83 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.30 |
| HSL | 59.37º | 0.38% | 0.51% | - |
| HSV(B) | 59.37º | 0.53% | 0.7% | - |
| XYZ | 35.64 | 41.53 | 14.32 | - |
| YUV | 166.58 | 80.83 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 177 | 83 | 0 | 0.01 | 0.53 | 0.30 | 59.37 | 0.38 | 0.51 |
| Hex | B2 | B1 | 53 | 0 | 1 | 35 | 1E | 3B | 26 | 33 |
| Octal | 262 | 261 | 123 | 0 | 1 | 65 | 36 | 73 | 46 | 63 |
| Binary | 10110010 | 10110001 | 1010011 | 0 | 1 | 110101 | 11110 | 111011 | 100110 | 110011 |
Color Harmonies of #B2B153
Complementary color
Monochromatic Colors of #B2B153
Black with #B2B153
Text Example
Text Example
White with #B2B153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B153; }
p { color: rgb(178,177,83); }
H1.HeaderClassName
{
color: #B2B153;
}
.AnyTagClassName
{
color: #B2B153;
}
</style>
background-color css
<style>
a { background-color: #B2B153; }
a { background-color: rgb(178,177,83); }
div.DivClassName
{
background-color: #B2B153;
}
.BgClassName
{
background-color: #B2B153;
}
</style>
border-color css
<style>
span { border-color: #B2B153; }
span { border-color: rgb(178,177,83); }
td.TdClassName
{
border-color: #B2B153;
}
.TagClassName
{
border-color: #B2B153;
}
</style>