Shades of Olive Green #B5B363
Tints of Olive Green #B5B363
RGB
CMYK
RGB Variations
Color information
#B5B363 (or 0xB5B363) is known color: Olive Green. HEX triplet: B5, B3 and 63. RGB value is (181,179,99). Sum of RGB (Red+Green+Blue) = 181+179+99=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 99 (39.06% from 255 or 21.57% from 459); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B363 is #4A4C9C. Grayscale: #AAAAAA. Windows color (decimal): -4869277 or 6534069. OLE color: 6534069.
HSL color Cylindrical-coordinate representation of color #B5B363: hue angle of 58.54º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5B363 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 179 | 99 | - |
| CMYK | 0 | 0.01 | 0.45 | 0.29 |
| HSL | 58.54º | 0.36% | 0.55% | - |
| HSV(B) | 58.54º | 0.45% | 0.71% | - |
| XYZ | 37.43 | 42.96 | 18.12 | - |
| YUV | 170.48 | 87.66 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 179 | 99 | 0 | 0.01 | 0.45 | 0.29 | 58.54 | 0.36 | 0.55 |
| Hex | B5 | B3 | 63 | 0 | 1 | 2D | 1D | 3B | 24 | 37 |
| Octal | 265 | 263 | 143 | 0 | 1 | 55 | 35 | 73 | 44 | 67 |
| Binary | 10110101 | 10110011 | 1100011 | 0 | 1 | 101101 | 11101 | 111011 | 100100 | 110111 |
Color Harmonies of #B5B363
Complementary color
Monochromatic Colors of #B5B363
Black with #B5B363
Text Example
Text Example
White with #B5B363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B363; }
p { color: rgb(181,179,99); }
H1.HeaderClassName
{
color: #B5B363;
}
.AnyTagClassName
{
color: #B5B363;
}
</style>
background-color css
<style>
a { background-color: #B5B363; }
a { background-color: rgb(181,179,99); }
div.DivClassName
{
background-color: #B5B363;
}
.BgClassName
{
background-color: #B5B363;
}
</style>
border-color css
<style>
span { border-color: #B5B363; }
span { border-color: rgb(181,179,99); }
td.TdClassName
{
border-color: #B5B363;
}
.TagClassName
{
border-color: #B5B363;
}
</style>