Shades of Olive Green #B2B55D
Tints of Olive Green #B2B55D
RGB
CMYK
RGB Variations
Color information
#B2B55D (or 0xB2B55D) is known color: Olive Green. HEX triplet: B2, B5 and 5D. RGB value is (178,181,93). Sum of RGB (Red+Green+Blue) = 178+181+93=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B55D is #4D4AA2. Grayscale: #AAAAAA. Windows color (decimal): -5065379 or 6141362. OLE color: 6141362.
HSL color Cylindrical-coordinate representation of color #B2B55D: hue angle of 62.05º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2B55D is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 93 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.29 |
| HSL | 62.05º | 0.37% | 0.54% | - |
| HSV(B) | 62.05º | 0.49% | 0.71% | - |
| XYZ | 36.86 | 43.3 | 16.77 | - |
| YUV | 170.07 | 84.51 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 93 | 0.02 | 0 | 0.49 | 0.29 | 62.05 | 0.37 | 0.54 |
| Hex | B2 | B5 | 5D | 2 | 0 | 31 | 1D | 3E | 25 | 36 |
| Octal | 262 | 265 | 135 | 2 | 0 | 61 | 35 | 76 | 45 | 66 |
| Binary | 10110010 | 10110101 | 1011101 | 10 | 0 | 110001 | 11101 | 111110 | 100101 | 110110 |
Color Harmonies of #B2B55D
Complementary color
Monochromatic Colors of #B2B55D
Black with #B2B55D
Text Example
Text Example
White with #B2B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B55D; }
p { color: rgb(178,181,93); }
H1.HeaderClassName
{
color: #B2B55D;
}
.AnyTagClassName
{
color: #B2B55D;
}
</style>
background-color css
<style>
a { background-color: #B2B55D; }
a { background-color: rgb(178,181,93); }
div.DivClassName
{
background-color: #B2B55D;
}
.BgClassName
{
background-color: #B2B55D;
}
</style>
border-color css
<style>
span { border-color: #B2B55D; }
span { border-color: rgb(178,181,93); }
td.TdClassName
{
border-color: #B2B55D;
}
.TagClassName
{
border-color: #B2B55D;
}
</style>