Shades of Olive Green #B9B350
Tints of Olive Green #B9B350
RGB
CMYK
RGB Variations
Color information
#B9B350 (or 0xB9B350) is known color: Olive Green. HEX triplet: B9, B3 and 50. RGB value is (185,179,80). Sum of RGB (Red+Green+Blue) = 185+179+80=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 179 (70.31% from 255 or 40.32% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B350 is #464CAF. Grayscale: #A9A9A9. Windows color (decimal): -4607152 or 5288889. OLE color: 5288889.
HSL color Cylindrical-coordinate representation of color #B9B350: hue angle of 56.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B9B350 is Cyan = 0, Magento = 0.03, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 80 | - |
| CMYK | 0 | 0.03 | 0.57 | 0.27 |
| HSL | 56.57º | 0.43% | 0.52% | - |
| HSV(B) | 56.57º | 0.57% | 0.73% | - |
| XYZ | 37.58 | 43.13 | 13.93 | - |
| YUV | 169.51 | 77.49 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 80 | 0 | 0.03 | 0.57 | 0.27 | 56.57 | 0.43 | 0.52 |
| Hex | B9 | B3 | 50 | 0 | 3 | 39 | 1B | 39 | 2B | 34 |
| Octal | 271 | 263 | 120 | 0 | 3 | 71 | 33 | 71 | 53 | 64 |
| Binary | 10111001 | 10110011 | 1010000 | 0 | 11 | 111001 | 11011 | 111001 | 101011 | 110100 |
Color Harmonies of #B9B350
Complementary color
Monochromatic Colors of #B9B350
Black with #B9B350
Text Example
Text Example
White with #B9B350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B350; }
p { color: rgb(185,179,80); }
H1.HeaderClassName
{
color: #B9B350;
}
.AnyTagClassName
{
color: #B9B350;
}
</style>
background-color css
<style>
a { background-color: #B9B350; }
a { background-color: rgb(185,179,80); }
div.DivClassName
{
background-color: #B9B350;
}
.BgClassName
{
background-color: #B9B350;
}
</style>
border-color css
<style>
span { border-color: #B9B350; }
span { border-color: rgb(185,179,80); }
td.TdClassName
{
border-color: #B9B350;
}
.TagClassName
{
border-color: #B9B350;
}
</style>