Shades of Olive Green #B3B559
Tints of Olive Green #B3B559
RGB
CMYK
RGB Variations
Color information
#B3B559 (or 0xB3B559) is known color: Olive Green. HEX triplet: B3, B5 and 59. RGB value is (179,181,89). Sum of RGB (Red+Green+Blue) = 179+181+89=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #B3B559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B559 is #4C4AA6. Grayscale: #AAAAAA. Windows color (decimal): -4999847 or 5879219. OLE color: 5879219.
HSL color Cylindrical-coordinate representation of color #B3B559: hue angle of 61.3º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3B559 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 179 | 181 | 89 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.29 |
| HSL | 61.3º | 0.38% | 0.53% | - |
| HSV(B) | 61.3º | 0.51% | 0.71% | - |
| XYZ | 36.92 | 43.35 | 15.87 | - |
| YUV | 169.91 | 82.34 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 181 | 89 | 0.01 | 0 | 0.51 | 0.29 | 61.3 | 0.38 | 0.53 |
| Hex | B3 | B5 | 59 | 1 | 0 | 33 | 1D | 3D | 26 | 35 |
| Octal | 263 | 265 | 131 | 1 | 0 | 63 | 35 | 75 | 46 | 65 |
| Binary | 10110011 | 10110101 | 1011001 | 1 | 0 | 110011 | 11101 | 111101 | 100110 | 110101 |
Color Harmonies of #B3B559
Complementary color
Monochromatic Colors of #B3B559
Black with #B3B559
Text Example
Text Example
White with #B3B559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B559; }
p { color: rgb(179,181,89); }
H1.HeaderClassName
{
color: #B3B559;
}
.AnyTagClassName
{
color: #B3B559;
}
</style>
background-color css
<style>
a { background-color: #B3B559; }
a { background-color: rgb(179,181,89); }
div.DivClassName
{
background-color: #B3B559;
}
.BgClassName
{
background-color: #B3B559;
}
</style>
border-color css
<style>
span { border-color: #B3B559; }
span { border-color: rgb(179,181,89); }
td.TdClassName
{
border-color: #B3B559;
}
.TagClassName
{
border-color: #B3B559;
}
</style>