Shades of Olive Green #B5BD5B
Tints of Olive Green #B5BD5B
RGB
CMYK
RGB Variations
Color information
#B5BD5B (or 0xB5BD5B) is known color: Olive Green. HEX triplet: B5, BD and 5B. RGB value is (181,189,91). Sum of RGB (Red+Green+Blue) = 181+189+91=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD5B is #4A42A4. Grayscale: #AFAFAF. Windows color (decimal): -4866725 or 6012341. OLE color: 6012341.
HSL color Cylindrical-coordinate representation of color #B5BD5B: hue angle of 64.9º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5BD5B is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 91 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.26 |
| HSL | 64.9º | 0.43% | 0.55% | - |
| HSV(B) | 64.9º | 0.52% | 0.74% | - |
| XYZ | 39.14 | 46.97 | 16.9 | - |
| YUV | 175.44 | 80.35 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 91 | 0.04 | 0 | 0.52 | 0.26 | 64.9 | 0.43 | 0.55 |
| Hex | B5 | BD | 5B | 4 | 0 | 34 | 1A | 41 | 2B | 37 |
| Octal | 265 | 275 | 133 | 4 | 0 | 64 | 32 | 101 | 53 | 67 |
| Binary | 10110101 | 10111101 | 1011011 | 100 | 0 | 110100 | 11010 | 1000001 | 101011 | 110111 |
Color Harmonies of #B5BD5B
Complementary color
Monochromatic Colors of #B5BD5B
Black with #B5BD5B
Text Example
Text Example
White with #B5BD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD5B; }
p { color: rgb(181,189,91); }
H1.HeaderClassName
{
color: #B5BD5B;
}
.AnyTagClassName
{
color: #B5BD5B;
}
</style>
background-color css
<style>
a { background-color: #B5BD5B; }
a { background-color: rgb(181,189,91); }
div.DivClassName
{
background-color: #B5BD5B;
}
.BgClassName
{
background-color: #B5BD5B;
}
</style>
border-color css
<style>
span { border-color: #B5BD5B; }
span { border-color: rgb(181,189,91); }
td.TdClassName
{
border-color: #B5BD5B;
}
.TagClassName
{
border-color: #B5BD5B;
}
</style>