Shades of Olive Green #B9B053
Tints of Olive Green #B9B053
RGB
CMYK
RGB Variations
Color information
#B9B053 (or 0xB9B053) is known color: Olive Green. HEX triplet: B9, B0 and 53. RGB value is (185,176,83). Sum of RGB (Red+Green+Blue) = 185+176+83=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 83 (32.81% from 255 or 18.69% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9B053 is #464FAC. Grayscale: #A8A8A8. Windows color (decimal): -4607917 or 5484729. OLE color: 5484729.
HSL color Cylindrical-coordinate representation of color #B9B053: hue angle of 54.71º 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 #B9B053 is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 176 | 83 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.27 |
| HSL | 54.71º | 0.42% | 0.53% | - |
| HSV(B) | 54.71º | 0.55% | 0.73% | - |
| XYZ | 37.09 | 41.99 | 14.33 | - |
| YUV | 168.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 176 | 83 | 0 | 0.05 | 0.55 | 0.27 | 54.71 | 0.42 | 0.53 |
| Hex | B9 | B0 | 53 | 0 | 5 | 37 | 1B | 37 | 2A | 35 |
| Octal | 271 | 260 | 123 | 0 | 5 | 67 | 33 | 67 | 52 | 65 |
| Binary | 10111001 | 10110000 | 1010011 | 0 | 101 | 110111 | 11011 | 110111 | 101010 | 110101 |
Color Harmonies of #B9B053
Complementary color
Monochromatic Colors of #B9B053
Black with #B9B053
Text Example
Text Example
White with #B9B053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B053; }
p { color: rgb(185,176,83); }
H1.HeaderClassName
{
color: #B9B053;
}
.AnyTagClassName
{
color: #B9B053;
}
</style>
background-color css
<style>
a { background-color: #B9B053; }
a { background-color: rgb(185,176,83); }
div.DivClassName
{
background-color: #B9B053;
}
.BgClassName
{
background-color: #B9B053;
}
</style>
border-color css
<style>
span { border-color: #B9B053; }
span { border-color: rgb(185,176,83); }
td.TdClassName
{
border-color: #B9B053;
}
.TagClassName
{
border-color: #B9B053;
}
</style>