Shades of Olive Green #B9B654
Tints of Olive Green #B9B654
RGB
CMYK
RGB Variations
Color information
#B9B654 (or 0xB9B654) is known color: Olive Green. HEX triplet: B9, B6 and 54. RGB value is (185,182,84). Sum of RGB (Red+Green+Blue) = 185+182+84=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 84 (33.20% from 255 or 18.63% from 451); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B654 is #4649AB. Grayscale: #ACACAC. Windows color (decimal): -4606380 or 5551801. OLE color: 5551801.
HSL color Cylindrical-coordinate representation of color #B9B654: hue angle of 58.22º 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 #B9B654 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 182 | 84 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.27 |
| HSL | 58.22º | 0.42% | 0.53% | - |
| HSV(B) | 58.22º | 0.55% | 0.73% | - |
| XYZ | 38.34 | 44.41 | 14.94 | - |
| YUV | 171.73 | 78.49 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 182 | 84 | 0 | 0.02 | 0.55 | 0.27 | 58.22 | 0.42 | 0.53 |
| Hex | B9 | B6 | 54 | 0 | 2 | 37 | 1B | 3A | 2A | 35 |
| Octal | 271 | 266 | 124 | 0 | 2 | 67 | 33 | 72 | 52 | 65 |
| Binary | 10111001 | 10110110 | 1010100 | 0 | 10 | 110111 | 11011 | 111010 | 101010 | 110101 |
Color Harmonies of #B9B654
Complementary color
Monochromatic Colors of #B9B654
Black with #B9B654
Text Example
Text Example
White with #B9B654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B654; }
p { color: rgb(185,182,84); }
H1.HeaderClassName
{
color: #B9B654;
}
.AnyTagClassName
{
color: #B9B654;
}
</style>
background-color css
<style>
a { background-color: #B9B654; }
a { background-color: rgb(185,182,84); }
div.DivClassName
{
background-color: #B9B654;
}
.BgClassName
{
background-color: #B9B654;
}
</style>
border-color css
<style>
span { border-color: #B9B654; }
span { border-color: rgb(185,182,84); }
td.TdClassName
{
border-color: #B9B654;
}
.TagClassName
{
border-color: #B9B654;
}
</style>