Shades of Olive Green #B9B362
Tints of Olive Green #B9B362
RGB
CMYK
RGB Variations
Color information
#B9B362 (or 0xB9B362) is known color: Olive Green. HEX triplet: B9, B3 and 62. RGB value is (185,179,98). Sum of RGB (Red+Green+Blue) = 185+179+98=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 179 (70.31% from 255 or 38.74% from 462); Blue value is 98 (38.67% from 255 or 21.21% from 462); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B362 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B362 is #464C9D. Grayscale: #ABABAB. Windows color (decimal): -4607134 or 6468537. OLE color: 6468537.
HSL color Cylindrical-coordinate representation of color #B9B362: hue angle of 55.86º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B9B362 is Cyan = 0, Magento = 0.03, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 179 | 98 | - |
| CMYK | 0 | 0.03 | 0.47 | 0.27 |
| HSL | 55.86º | 0.38% | 0.55% | - |
| HSV(B) | 55.86º | 0.47% | 0.73% | - |
| XYZ | 38.33 | 43.44 | 17.92 | - |
| YUV | 171.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 179 | 98 | 0 | 0.03 | 0.47 | 0.27 | 55.86 | 0.38 | 0.55 |
| Hex | B9 | B3 | 62 | 0 | 3 | 2F | 1B | 38 | 26 | 37 |
| Octal | 271 | 263 | 142 | 0 | 3 | 57 | 33 | 70 | 46 | 67 |
| Binary | 10111001 | 10110011 | 1100010 | 0 | 11 | 101111 | 11011 | 111000 | 100110 | 110111 |
Color Harmonies of #B9B362
Complementary color
Monochromatic Colors of #B9B362
Black with #B9B362
Text Example
Text Example
White with #B9B362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B362; }
p { color: rgb(185,179,98); }
H1.HeaderClassName
{
color: #B9B362;
}
.AnyTagClassName
{
color: #B9B362;
}
</style>
background-color css
<style>
a { background-color: #B9B362; }
a { background-color: rgb(185,179,98); }
div.DivClassName
{
background-color: #B9B362;
}
.BgClassName
{
background-color: #B9B362;
}
</style>
border-color css
<style>
span { border-color: #B9B362; }
span { border-color: rgb(185,179,98); }
td.TdClassName
{
border-color: #B9B362;
}
.TagClassName
{
border-color: #B9B362;
}
</style>