Shades of Olive Green #B5B653
Tints of Olive Green #B5B653
RGB
CMYK
RGB Variations
Color information
#B5B653 (or 0xB5B653) is known color: Olive Green. HEX triplet: B5, B6 and 53. RGB value is (181,182,83). Sum of RGB (Red+Green+Blue) = 181+182+83=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 182 - color contains mainly: green. Hex color #B5B653 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B653 is #4A49AC. Grayscale: #AAAAAA. Windows color (decimal): -4868525 or 5486261. OLE color: 5486261.
HSL color Cylindrical-coordinate representation of color #B5B653: hue angle of 60.61º 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 #B5B653 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 182 | 83 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.29 |
| HSL | 60.61º | 0.4% | 0.52% | - |
| HSV(B) | 60.61º | 0.54% | 0.71% | - |
| XYZ | 37.35 | 43.9 | 14.69 | - |
| YUV | 170.42 | 78.67 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 182 | 83 | 0.01 | 0 | 0.54 | 0.29 | 60.61 | 0.4 | 0.52 |
| Hex | B5 | B6 | 53 | 1 | 0 | 36 | 1D | 3D | 28 | 34 |
| Octal | 265 | 266 | 123 | 1 | 0 | 66 | 35 | 75 | 50 | 64 |
| Binary | 10110101 | 10110110 | 1010011 | 1 | 0 | 110110 | 11101 | 111101 | 101000 | 110100 |
Color Harmonies of #B5B653
Complementary color
Monochromatic Colors of #B5B653
Black with #B5B653
Text Example
Text Example
White with #B5B653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B653; }
p { color: rgb(181,182,83); }
H1.HeaderClassName
{
color: #B5B653;
}
.AnyTagClassName
{
color: #B5B653;
}
</style>
background-color css
<style>
a { background-color: #B5B653; }
a { background-color: rgb(181,182,83); }
div.DivClassName
{
background-color: #B5B653;
}
.BgClassName
{
background-color: #B5B653;
}
</style>
border-color css
<style>
span { border-color: #B5B653; }
span { border-color: rgb(181,182,83); }
td.TdClassName
{
border-color: #B5B653;
}
.TagClassName
{
border-color: #B5B653;
}
</style>