Shades of Olive Green #B3B353
Tints of Olive Green #B3B353
RGB
CMYK
RGB Variations
Color information
#B3B353 (or 0xB3B353) is known color: Olive Green. HEX triplet: B3, B3 and 53. RGB value is (179,179,83). Sum of RGB (Red+Green+Blue) = 179+179+83=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 179 - color contains mainly: red, green. Hex color #B3B353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B353 is #4C4CAC. Grayscale: #A8A8A8. Windows color (decimal): -5000365 or 5485491. OLE color: 5485491.
HSL color Cylindrical-coordinate representation of color #B3B353: hue angle of 60º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3B353 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 179 | 83 | - |
| CMYK | 0 | 0 | 0.54 | 0.30 |
| HSL | 60º | 0.39% | 0.51% | - |
| HSV(B) | 60º | 0.54% | 0.7% | - |
| XYZ | 36.27 | 42.45 | 14.47 | - |
| YUV | 168.06 | 80 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 179 | 83 | 0 | 0 | 0.54 | 0.30 | 60 | 0.39 | 0.51 |
| Hex | B3 | B3 | 53 | 0 | 0 | 36 | 1E | 3C | 27 | 33 |
| Octal | 263 | 263 | 123 | 0 | 0 | 66 | 36 | 74 | 47 | 63 |
| Binary | 10110011 | 10110011 | 1010011 | 0 | 0 | 110110 | 11110 | 111100 | 100111 | 110011 |
Color Harmonies of #B3B353
Complementary color
Monochromatic Colors of #B3B353
Black with #B3B353
Text Example
Text Example
White with #B3B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B353; }
p { color: rgb(179,179,83); }
H1.HeaderClassName
{
color: #B3B353;
}
.AnyTagClassName
{
color: #B3B353;
}
</style>
background-color css
<style>
a { background-color: #B3B353; }
a { background-color: rgb(179,179,83); }
div.DivClassName
{
background-color: #B3B353;
}
.BgClassName
{
background-color: #B3B353;
}
</style>
border-color css
<style>
span { border-color: #B3B353; }
span { border-color: rgb(179,179,83); }
td.TdClassName
{
border-color: #B3B353;
}
.TagClassName
{
border-color: #B3B353;
}
</style>