Shades of Olive Green #B2B453
Tints of Olive Green #B2B453
RGB
CMYK
RGB Variations
Color information
#B2B453 (or 0xB2B453) is known color: Olive Green. HEX triplet: B2, B4 and 53. RGB value is (178,180,83). Sum of RGB (Red+Green+Blue) = 178+180+83=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 180 (70.70% from 255 or 40.82% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B453 is #4D4BAC. Grayscale: #A8A8A8. Windows color (decimal): -5065645 or 5485746. OLE color: 5485746.
HSL color Cylindrical-coordinate representation of color #B2B453: hue angle of 61.24º degrees, saturation: 0.39, 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 #B2B453 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 180 | 83 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.29 |
| HSL | 61.24º | 0.39% | 0.52% | - |
| HSV(B) | 61.24º | 0.54% | 0.71% | - |
| XYZ | 36.24 | 42.73 | 14.52 | - |
| YUV | 168.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 180 | 83 | 0.01 | 0 | 0.54 | 0.29 | 61.24 | 0.39 | 0.52 |
| Hex | B2 | B4 | 53 | 1 | 0 | 36 | 1D | 3D | 27 | 34 |
| Octal | 262 | 264 | 123 | 1 | 0 | 66 | 35 | 75 | 47 | 64 |
| Binary | 10110010 | 10110100 | 1010011 | 1 | 0 | 110110 | 11101 | 111101 | 100111 | 110100 |
Color Harmonies of #B2B453
Complementary color
Monochromatic Colors of #B2B453
Black with #B2B453
Text Example
Text Example
White with #B2B453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B453; }
p { color: rgb(178,180,83); }
H1.HeaderClassName
{
color: #B2B453;
}
.AnyTagClassName
{
color: #B2B453;
}
</style>
background-color css
<style>
a { background-color: #B2B453; }
a { background-color: rgb(178,180,83); }
div.DivClassName
{
background-color: #B2B453;
}
.BgClassName
{
background-color: #B2B453;
}
</style>
border-color css
<style>
span { border-color: #B2B453; }
span { border-color: rgb(178,180,83); }
td.TdClassName
{
border-color: #B2B453;
}
.TagClassName
{
border-color: #B2B453;
}
</style>