Shades of Olive Green #B5BD61
Tints of Olive Green #B5BD61
RGB
CMYK
RGB Variations
Color information
#B5BD61 (or 0xB5BD61) is known color: Olive Green. HEX triplet: B5, BD and 61. RGB value is (181,189,97). Sum of RGB (Red+Green+Blue) = 181+189+97=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 97 (38.28% from 255 or 20.77% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD61 is #4A429E. Grayscale: #B0B0B0. Windows color (decimal): -4866719 or 6405557. OLE color: 6405557.
HSL color Cylindrical-coordinate representation of color #B5BD61: hue angle of 65.22º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B5BD61 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 97 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.26 |
| HSL | 65.22º | 0.41% | 0.56% | - |
| HSV(B) | 65.22º | 0.49% | 0.74% | - |
| XYZ | 39.41 | 47.08 | 18.32 | - |
| YUV | 176.12 | 83.35 | 131.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 97 | 0.04 | 0 | 0.49 | 0.26 | 65.22 | 0.41 | 0.56 |
| Hex | B5 | BD | 61 | 4 | 0 | 31 | 1A | 41 | 29 | 38 |
| Octal | 265 | 275 | 141 | 4 | 0 | 61 | 32 | 101 | 51 | 70 |
| Binary | 10110101 | 10111101 | 1100001 | 100 | 0 | 110001 | 11010 | 1000001 | 101001 | 111000 |
Color Harmonies of #B5BD61
Complementary color
Monochromatic Colors of #B5BD61
Black with #B5BD61
Text Example
Text Example
White with #B5BD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD61; }
p { color: rgb(181,189,97); }
H1.HeaderClassName
{
color: #B5BD61;
}
.AnyTagClassName
{
color: #B5BD61;
}
</style>
background-color css
<style>
a { background-color: #B5BD61; }
a { background-color: rgb(181,189,97); }
div.DivClassName
{
background-color: #B5BD61;
}
.BgClassName
{
background-color: #B5BD61;
}
</style>
border-color css
<style>
span { border-color: #B5BD61; }
span { border-color: rgb(181,189,97); }
td.TdClassName
{
border-color: #B5BD61;
}
.TagClassName
{
border-color: #B5BD61;
}
</style>