Shades of Olive Green #B5BA65
Tints of Olive Green #B5BA65
RGB
CMYK
RGB Variations
Color information
#B5BA65 (or 0xB5BA65) is known color: Olive Green. HEX triplet: B5, BA and 65. RGB value is (181,186,101). Sum of RGB (Red+Green+Blue) = 181+186+101=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA65 is #4A459A. Grayscale: #AFAFAF. Windows color (decimal): -4867483 or 6666933. OLE color: 6666933.
HSL color Cylindrical-coordinate representation of color #B5BA65: hue angle of 63.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5BA65 is Cyan = 0.03, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 101 | - |
| CMYK | 0.03 | 0 | 0.46 | 0.27 |
| HSL | 63.53º | 0.38% | 0.56% | - |
| HSV(B) | 63.53º | 0.46% | 0.73% | - |
| XYZ | 38.96 | 45.88 | 19.11 | - |
| YUV | 174.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 101 | 0.03 | 0 | 0.46 | 0.27 | 63.53 | 0.38 | 0.56 |
| Hex | B5 | BA | 65 | 3 | 0 | 2E | 1B | 40 | 26 | 38 |
| Octal | 265 | 272 | 145 | 3 | 0 | 56 | 33 | 100 | 46 | 70 |
| Binary | 10110101 | 10111010 | 1100101 | 11 | 0 | 101110 | 11011 | 1000000 | 100110 | 111000 |
Color Harmonies of #B5BA65
Complementary color
Monochromatic Colors of #B5BA65
Black with #B5BA65
Text Example
Text Example
White with #B5BA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA65; }
p { color: rgb(181,186,101); }
H1.HeaderClassName
{
color: #B5BA65;
}
.AnyTagClassName
{
color: #B5BA65;
}
</style>
background-color css
<style>
a { background-color: #B5BA65; }
a { background-color: rgb(181,186,101); }
div.DivClassName
{
background-color: #B5BA65;
}
.BgClassName
{
background-color: #B5BA65;
}
</style>
border-color css
<style>
span { border-color: #B5BA65; }
span { border-color: rgb(181,186,101); }
td.TdClassName
{
border-color: #B5BA65;
}
.TagClassName
{
border-color: #B5BA65;
}
</style>