Shades of Olive Green #B2B552
Tints of Olive Green #B2B552
RGB
CMYK
RGB Variations
Color information
#B2B552 (or 0xB2B552) is known color: Olive Green. HEX triplet: B2, B5 and 52. RGB value is (178,181,82). Sum of RGB (Red+Green+Blue) = 178+181+82=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B552 is #4D4AAD. Grayscale: #A9A9A9. Windows color (decimal): -5065390 or 5420466. OLE color: 5420466.
HSL color Cylindrical-coordinate representation of color #B2B552: hue angle of 61.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2B552 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 82 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.29 |
| HSL | 61.82º | 0.4% | 0.52% | - |
| HSV(B) | 61.82º | 0.55% | 0.71% | - |
| XYZ | 36.41 | 43.12 | 14.39 | - |
| YUV | 168.82 | 79.01 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 82 | 0.02 | 0 | 0.55 | 0.29 | 61.82 | 0.4 | 0.52 |
| Hex | B2 | B5 | 52 | 2 | 0 | 37 | 1D | 3E | 28 | 34 |
| Octal | 262 | 265 | 122 | 2 | 0 | 67 | 35 | 76 | 50 | 64 |
| Binary | 10110010 | 10110101 | 1010010 | 10 | 0 | 110111 | 11101 | 111110 | 101000 | 110100 |
Color Harmonies of #B2B552
Complementary color
Monochromatic Colors of #B2B552
Black with #B2B552
Text Example
Text Example
White with #B2B552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B552; }
p { color: rgb(178,181,82); }
H1.HeaderClassName
{
color: #B2B552;
}
.AnyTagClassName
{
color: #B2B552;
}
</style>
background-color css
<style>
a { background-color: #B2B552; }
a { background-color: rgb(178,181,82); }
div.DivClassName
{
background-color: #B2B552;
}
.BgClassName
{
background-color: #B2B552;
}
</style>
border-color css
<style>
span { border-color: #B2B552; }
span { border-color: rgb(178,181,82); }
td.TdClassName
{
border-color: #B2B552;
}
.TagClassName
{
border-color: #B2B552;
}
</style>