Shades of Olive Green #B3B95A
Tints of Olive Green #B3B95A
RGB
CMYK
RGB Variations
Color information
#B3B95A (or 0xB3B95A) is known color: Olive Green. HEX triplet: B3, B9 and 5A. RGB value is (179,185,90). Sum of RGB (Red+Green+Blue) = 179+185+90=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B95A is #4C46A5. Grayscale: #ACACAC. Windows color (decimal): -4998822 or 5945779. OLE color: 5945779.
HSL color Cylindrical-coordinate representation of color #B3B95A: hue angle of 63.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3B95A is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 185 | 90 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.27 |
| HSL | 63.79º | 0.4% | 0.54% | - |
| HSV(B) | 63.79º | 0.51% | 0.73% | - |
| XYZ | 37.78 | 45.02 | 16.37 | - |
| YUV | 172.38 | 81.51 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 185 | 90 | 0.03 | 0 | 0.51 | 0.27 | 63.79 | 0.4 | 0.54 |
| Hex | B3 | B9 | 5A | 3 | 0 | 33 | 1B | 40 | 28 | 36 |
| Octal | 263 | 271 | 132 | 3 | 0 | 63 | 33 | 100 | 50 | 66 |
| Binary | 10110011 | 10111001 | 1011010 | 11 | 0 | 110011 | 11011 | 1000000 | 101000 | 110110 |
Color Harmonies of #B3B95A
Complementary color
Monochromatic Colors of #B3B95A
Black with #B3B95A
Text Example
Text Example
White with #B3B95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B95A; }
p { color: rgb(179,185,90); }
H1.HeaderClassName
{
color: #B3B95A;
}
.AnyTagClassName
{
color: #B3B95A;
}
</style>
background-color css
<style>
a { background-color: #B3B95A; }
a { background-color: rgb(179,185,90); }
div.DivClassName
{
background-color: #B3B95A;
}
.BgClassName
{
background-color: #B3B95A;
}
</style>
border-color css
<style>
span { border-color: #B3B95A; }
span { border-color: rgb(179,185,90); }
td.TdClassName
{
border-color: #B3B95A;
}
.TagClassName
{
border-color: #B3B95A;
}
</style>