Shades of Olive Green #B3B255
Tints of Olive Green #B3B255
RGB
CMYK
RGB Variations
Color information
#B3B255 (or 0xB3B255) is known color: Olive Green. HEX triplet: B3, B2 and 55. RGB value is (179,178,85). Sum of RGB (Red+Green+Blue) = 179+178+85=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B255 is #4C4DAA. Grayscale: #A8A8A8. Windows color (decimal): -5000619 or 5616307. OLE color: 5616307.
HSL color Cylindrical-coordinate representation of color #B3B255: hue angle of 59.36º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B3B255 is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 178 | 85 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.30 |
| HSL | 59.36º | 0.38% | 0.52% | - |
| HSV(B) | 59.36º | 0.53% | 0.7% | - |
| XYZ | 36.15 | 42.08 | 14.81 | - |
| YUV | 167.7 | 81.33 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 178 | 85 | 0 | 0.01 | 0.53 | 0.30 | 59.36 | 0.38 | 0.52 |
| Hex | B3 | B2 | 55 | 0 | 1 | 35 | 1E | 3B | 26 | 34 |
| Octal | 263 | 262 | 125 | 0 | 1 | 65 | 36 | 73 | 46 | 64 |
| Binary | 10110011 | 10110010 | 1010101 | 0 | 1 | 110101 | 11110 | 111011 | 100110 | 110100 |
Color Harmonies of #B3B255
Complementary color
Monochromatic Colors of #B3B255
Black with #B3B255
Text Example
Text Example
White with #B3B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3B255; }
p { color: rgb(179,178,85); }
H1.HeaderClassName
{
color: #B3B255;
}
.AnyTagClassName
{
color: #B3B255;
}
</style>
background-color css
<style>
a { background-color: #B3B255; }
a { background-color: rgb(179,178,85); }
div.DivClassName
{
background-color: #B3B255;
}
.BgClassName
{
background-color: #B3B255;
}
</style>
border-color css
<style>
span { border-color: #B3B255; }
span { border-color: rgb(179,178,85); }
td.TdClassName
{
border-color: #B3B255;
}
.TagClassName
{
border-color: #B3B255;
}
</style>