Shades of Olive Green #B7B953
Tints of Olive Green #B7B953
RGB
CMYK
RGB Variations
Color information
#B7B953 (or 0xB7B953) is known color: Olive Green. HEX triplet: B7, B9 and 53. RGB value is (183,185,83). Sum of RGB (Red+Green+Blue) = 183+185+83=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B953 is #4846AC. Grayscale: #ADADAD. Windows color (decimal): -4736685 or 5487031. OLE color: 5487031.
HSL color Cylindrical-coordinate representation of color #B7B953: hue angle of 61.18º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7B953 is Cyan = 0.01, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 83 | - |
| CMYK | 0.01 | 0 | 0.55 | 0.27 |
| HSL | 61.18º | 0.42% | 0.53% | - |
| HSV(B) | 61.18º | 0.55% | 0.73% | - |
| XYZ | 38.44 | 45.39 | 14.92 | - |
| YUV | 172.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 83 | 0.01 | 0 | 0.55 | 0.27 | 61.18 | 0.42 | 0.53 |
| Hex | B7 | B9 | 53 | 1 | 0 | 37 | 1B | 3D | 2A | 35 |
| Octal | 267 | 271 | 123 | 1 | 0 | 67 | 33 | 75 | 52 | 65 |
| Binary | 10110111 | 10111001 | 1010011 | 1 | 0 | 110111 | 11011 | 111101 | 101010 | 110101 |
Color Harmonies of #B7B953
Complementary color
Monochromatic Colors of #B7B953
Black with #B7B953
Text Example
Text Example
White with #B7B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B953; }
p { color: rgb(183,185,83); }
H1.HeaderClassName
{
color: #B7B953;
}
.AnyTagClassName
{
color: #B7B953;
}
</style>
background-color css
<style>
a { background-color: #B7B953; }
a { background-color: rgb(183,185,83); }
div.DivClassName
{
background-color: #B7B953;
}
.BgClassName
{
background-color: #B7B953;
}
</style>
border-color css
<style>
span { border-color: #B7B953; }
span { border-color: rgb(183,185,83); }
td.TdClassName
{
border-color: #B7B953;
}
.TagClassName
{
border-color: #B7B953;
}
</style>