Shades of Olive Green #B9B754
Tints of Olive Green #B9B754
RGB
CMYK
RGB Variations
Color information
#B9B754 (or 0xB9B754) is known color: Olive Green. HEX triplet: B9, B7 and 54. RGB value is (185,183,84). Sum of RGB (Red+Green+Blue) = 185+183+84=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 84 (33.20% from 255 or 18.58% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B754 is #4648AB. Grayscale: #ACACAC. Windows color (decimal): -4606124 or 5552057. OLE color: 5552057.
HSL color Cylindrical-coordinate representation of color #B9B754: hue angle of 58.81º 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 #B9B754 is Cyan = 0, Magento = 0.01, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 183 | 84 | - |
| CMYK | 0 | 0.01 | 0.55 | 0.27 |
| HSL | 58.81º | 0.42% | 0.53% | - |
| HSV(B) | 58.81º | 0.55% | 0.73% | - |
| XYZ | 38.54 | 44.82 | 15.01 | - |
| YUV | 172.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 183 | 84 | 0 | 0.01 | 0.55 | 0.27 | 58.81 | 0.42 | 0.53 |
| Hex | B9 | B7 | 54 | 0 | 1 | 37 | 1B | 3B | 2A | 35 |
| Octal | 271 | 267 | 124 | 0 | 1 | 67 | 33 | 73 | 52 | 65 |
| Binary | 10111001 | 10110111 | 1010100 | 0 | 1 | 110111 | 11011 | 111011 | 101010 | 110101 |
Color Harmonies of #B9B754
Complementary color
Monochromatic Colors of #B9B754
Black with #B9B754
Text Example
Text Example
White with #B9B754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B754; }
p { color: rgb(185,183,84); }
H1.HeaderClassName
{
color: #B9B754;
}
.AnyTagClassName
{
color: #B9B754;
}
</style>
background-color css
<style>
a { background-color: #B9B754; }
a { background-color: rgb(185,183,84); }
div.DivClassName
{
background-color: #B9B754;
}
.BgClassName
{
background-color: #B9B754;
}
</style>
border-color css
<style>
span { border-color: #B9B754; }
span { border-color: rgb(185,183,84); }
td.TdClassName
{
border-color: #B9B754;
}
.TagClassName
{
border-color: #B9B754;
}
</style>