Shades of Olive Green #B5BA5D
Tints of Olive Green #B5BA5D
RGB
CMYK
RGB Variations
Color information
#B5BA5D (or 0xB5BA5D) is known color: Olive Green. HEX triplet: B5, BA and 5D. RGB value is (181,186,93). Sum of RGB (Red+Green+Blue) = 181+186+93=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA5D is #4A45A2. Grayscale: #AEAEAE. Windows color (decimal): -4867491 or 6142645. OLE color: 6142645.
HSL color Cylindrical-coordinate representation of color #B5BA5D: hue angle of 63.23º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5BA5D is Cyan = 0.03, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 93 | - |
| CMYK | 0.03 | 0 | 0.5 | 0.27 |
| HSL | 63.23º | 0.4% | 0.55% | - |
| HSV(B) | 63.23º | 0.5% | 0.73% | - |
| XYZ | 38.59 | 45.73 | 17.15 | - |
| YUV | 173.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 93 | 0.03 | 0 | 0.5 | 0.27 | 63.23 | 0.4 | 0.55 |
| Hex | B5 | BA | 5D | 3 | 0 | 32 | 1B | 3F | 28 | 37 |
| Octal | 265 | 272 | 135 | 3 | 0 | 62 | 33 | 77 | 50 | 67 |
| Binary | 10110101 | 10111010 | 1011101 | 11 | 0 | 110010 | 11011 | 111111 | 101000 | 110111 |
Color Harmonies of #B5BA5D
Complementary color
Monochromatic Colors of #B5BA5D
Black with #B5BA5D
Text Example
Text Example
White with #B5BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA5D; }
p { color: rgb(181,186,93); }
H1.HeaderClassName
{
color: #B5BA5D;
}
.AnyTagClassName
{
color: #B5BA5D;
}
</style>
background-color css
<style>
a { background-color: #B5BA5D; }
a { background-color: rgb(181,186,93); }
div.DivClassName
{
background-color: #B5BA5D;
}
.BgClassName
{
background-color: #B5BA5D;
}
</style>
border-color css
<style>
span { border-color: #B5BA5D; }
span { border-color: rgb(181,186,93); }
td.TdClassName
{
border-color: #B5BA5D;
}
.TagClassName
{
border-color: #B5BA5D;
}
</style>