Shades of Olive Green #B9B353
Tints of Olive Green #B9B353
RGB
CMYK
RGB Variations
Color information
#B9B353 (or 0xB9B353) is known color: Olive Green. HEX triplet: B9, B3 and 53. RGB value is (185,179,83). Sum of RGB (Red+Green+Blue) = 185+179+83=447 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.39% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B353 is #464CAC. Grayscale: #AAAAAA. Windows color (decimal): -4607149 or 5485497. OLE color: 5485497.
HSL color Cylindrical-coordinate representation of color #B9B353: hue angle of 56.47º 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 #B9B353 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 83 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.27 |
| HSL | 56.47º | 0.42% | 0.53% | - |
| HSV(B) | 56.47º | 0.55% | 0.73% | - |
| XYZ | 37.69 | 43.18 | 14.53 | - |
| YUV | 169.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 83 | 0 | 0.03 | 0.55 | 0.27 | 56.47 | 0.42 | 0.53 |
| Hex | B9 | B3 | 53 | 0 | 3 | 37 | 1B | 38 | 2A | 35 |
| Octal | 271 | 263 | 123 | 0 | 3 | 67 | 33 | 70 | 52 | 65 |
| Binary | 10111001 | 10110011 | 1010011 | 0 | 11 | 110111 | 11011 | 111000 | 101010 | 110101 |
Color Harmonies of #B9B353
Complementary color
Monochromatic Colors of #B9B353
Black with #B9B353
Text Example
Text Example
White with #B9B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B353; }
p { color: rgb(185,179,83); }
H1.HeaderClassName
{
color: #B9B353;
}
.AnyTagClassName
{
color: #B9B353;
}
</style>
background-color css
<style>
a { background-color: #B9B353; }
a { background-color: rgb(185,179,83); }
div.DivClassName
{
background-color: #B9B353;
}
.BgClassName
{
background-color: #B9B353;
}
</style>
border-color css
<style>
span { border-color: #B9B353; }
span { border-color: rgb(185,179,83); }
td.TdClassName
{
border-color: #B9B353;
}
.TagClassName
{
border-color: #B9B353;
}
</style>