Shades of Olive Green #B2B653
Tints of Olive Green #B2B653
RGB
CMYK
RGB Variations
Color information
#B2B653 (or 0xB2B653) is known color: Olive Green. HEX triplet: B2, B6 and 53. RGB value is (178,182,83). Sum of RGB (Red+Green+Blue) = 178+182+83=443 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.18% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 83 (32.81% from 255 or 18.74% from 443); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B653 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B653 is #4D49AC. Grayscale: #A9A9A9. Windows color (decimal): -5065133 or 5486258. OLE color: 5486258.
HSL color Cylindrical-coordinate representation of color #B2B653: hue angle of 62.42º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2B653 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 182 | 83 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.29 |
| HSL | 62.42º | 0.4% | 0.52% | - |
| HSV(B) | 62.42º | 0.54% | 0.71% | - |
| XYZ | 36.65 | 43.55 | 14.66 | - |
| YUV | 169.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 182 | 83 | 0.02 | 0 | 0.54 | 0.29 | 62.42 | 0.4 | 0.52 |
| Hex | B2 | B6 | 53 | 2 | 0 | 36 | 1D | 3E | 28 | 34 |
| Octal | 262 | 266 | 123 | 2 | 0 | 66 | 35 | 76 | 50 | 64 |
| Binary | 10110010 | 10110110 | 1010011 | 10 | 0 | 110110 | 11101 | 111110 | 101000 | 110100 |
Color Harmonies of #B2B653
Complementary color
Monochromatic Colors of #B2B653
Black with #B2B653
Text Example
Text Example
White with #B2B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B653; }
p { color: rgb(178,182,83); }
H1.HeaderClassName
{
color: #B2B653;
}
.AnyTagClassName
{
color: #B2B653;
}
</style>
background-color css
<style>
a { background-color: #B2B653; }
a { background-color: rgb(178,182,83); }
div.DivClassName
{
background-color: #B2B653;
}
.BgClassName
{
background-color: #B2B653;
}
</style>
border-color css
<style>
span { border-color: #B2B653; }
span { border-color: rgb(178,182,83); }
td.TdClassName
{
border-color: #B2B653;
}
.TagClassName
{
border-color: #B2B653;
}
</style>