Shades of Dark Khaki #B5BA6C
Tints of Dark Khaki #B5BA6C
RGB
CMYK
RGB Variations
Color information
#B5BA6C (or 0xB5BA6C) is known color: Dark Khaki. HEX triplet: B5, BA and 6C. RGB value is (181,186,108). Sum of RGB (Red+Green+Blue) = 181+186+108=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BA6C is #4A4593. Grayscale: #AFAFAF. Windows color (decimal): -4867476 or 7125685. OLE color: 7125685.
HSL color Cylindrical-coordinate representation of color #B5BA6C: hue angle of 63.85º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5BA6C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 108 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.27 |
| HSL | 63.85º | 0.36% | 0.58% | - |
| HSV(B) | 63.85º | 0.42% | 0.73% | - |
| XYZ | 39.32 | 46.02 | 21 | - |
| YUV | 175.61 | 89.84 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 108 | 0.03 | 0 | 0.42 | 0.27 | 63.85 | 0.36 | 0.58 |
| Hex | B5 | BA | 6C | 3 | 0 | 2A | 1B | 40 | 24 | 3A |
| Octal | 265 | 272 | 154 | 3 | 0 | 52 | 33 | 100 | 44 | 72 |
| Binary | 10110101 | 10111010 | 1101100 | 11 | 0 | 101010 | 11011 | 1000000 | 100100 | 111010 |
Color Harmonies of #B5BA6C
Complementary color
Monochromatic Colors of #B5BA6C
Black with #B5BA6C
Text Example
Text Example
White with #B5BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA6C; }
p { color: rgb(181,186,108); }
H1.HeaderClassName
{
color: #B5BA6C;
}
.AnyTagClassName
{
color: #B5BA6C;
}
</style>
background-color css
<style>
a { background-color: #B5BA6C; }
a { background-color: rgb(181,186,108); }
div.DivClassName
{
background-color: #B5BA6C;
}
.BgClassName
{
background-color: #B5BA6C;
}
</style>
border-color css
<style>
span { border-color: #B5BA6C; }
span { border-color: rgb(181,186,108); }
td.TdClassName
{
border-color: #B5BA6C;
}
.TagClassName
{
border-color: #B5BA6C;
}
</style>