Shades of Olive Green #B3B256
Tints of Olive Green #B3B256
RGB
CMYK
RGB Variations
Color information
#B3B256 (or 0xB3B256) is known color: Olive Green. HEX triplet: B3, B2 and 56. RGB value is (179,178,86). Sum of RGB (Red+Green+Blue) = 179+178+86=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B256 is #4C4DA9. Grayscale: #A8A8A8. Windows color (decimal): -5000618 or 5681843. OLE color: 5681843.
HSL color Cylindrical-coordinate representation of color #B3B256: hue angle of 59.35º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3B256 is Cyan = 0, Magento = 0.01, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 86 | - |
| CMYK | 0 | 0.01 | 0.52 | 0.30 |
| HSL | 59.35º | 0.38% | 0.52% | - |
| HSV(B) | 59.35º | 0.52% | 0.7% | - |
| XYZ | 36.19 | 42.1 | 15.02 | - |
| YUV | 167.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 86 | 0 | 0.01 | 0.52 | 0.30 | 59.35 | 0.38 | 0.52 |
| Hex | B3 | B2 | 56 | 0 | 1 | 34 | 1E | 3B | 26 | 34 |
| Octal | 263 | 262 | 126 | 0 | 1 | 64 | 36 | 73 | 46 | 64 |
| Binary | 10110011 | 10110010 | 1010110 | 0 | 1 | 110100 | 11110 | 111011 | 100110 | 110100 |
Color Harmonies of #B3B256
Complementary color
Monochromatic Colors of #B3B256
Black with #B3B256
Text Example
Text Example
White with #B3B256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B256; }
p { color: rgb(179,178,86); }
H1.HeaderClassName
{
color: #B3B256;
}
.AnyTagClassName
{
color: #B3B256;
}
</style>
background-color css
<style>
a { background-color: #B3B256; }
a { background-color: rgb(179,178,86); }
div.DivClassName
{
background-color: #B3B256;
}
.BgClassName
{
background-color: #B3B256;
}
</style>
border-color css
<style>
span { border-color: #B3B256; }
span { border-color: rgb(179,178,86); }
td.TdClassName
{
border-color: #B3B256;
}
.TagClassName
{
border-color: #B3B256;
}
</style>