Shades of Dark Khaki #B5AD6E
Tints of Dark Khaki #B5AD6E
RGB
CMYK
RGB Variations
Color information
#B5AD6E (or 0xB5AD6E) is known color: Dark Khaki. HEX triplet: B5, AD and 6E. RGB value is (181,173,110). Sum of RGB (Red+Green+Blue) = 181+173+110=464 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.01% from 464); Green value is 173 (67.97% from 255 or 37.28% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5AD6E is #4A5291. Grayscale: #A8A8A8. Windows color (decimal): -4870802 or 7253429. OLE color: 7253429.
HSL color Cylindrical-coordinate representation of color #B5AD6E: hue angle of 53.24º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B5AD6E is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 173 | 110 | - |
| CMYK | 0 | 0.04 | 0.39 | 0.29 |
| HSL | 53.24º | 0.32% | 0.57% | - |
| HSV(B) | 53.24º | 0.39% | 0.71% | - |
| XYZ | 36.81 | 40.84 | 20.69 | - |
| YUV | 168.21 | 95.15 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 173 | 110 | 0 | 0.04 | 0.39 | 0.29 | 53.24 | 0.32 | 0.57 |
| Hex | B5 | AD | 6E | 0 | 4 | 27 | 1D | 35 | 20 | 39 |
| Octal | 265 | 255 | 156 | 0 | 4 | 47 | 35 | 65 | 40 | 71 |
| Binary | 10110101 | 10101101 | 1101110 | 0 | 100 | 100111 | 11101 | 110101 | 100000 | 111001 |
Color Harmonies of #B5AD6E
Complementary color
Monochromatic Colors of #B5AD6E
Black with #B5AD6E
Text Example
Text Example
White with #B5AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5AD6E; }
p { color: rgb(181,173,110); }
H1.HeaderClassName
{
color: #B5AD6E;
}
.AnyTagClassName
{
color: #B5AD6E;
}
</style>
background-color css
<style>
a { background-color: #B5AD6E; }
a { background-color: rgb(181,173,110); }
div.DivClassName
{
background-color: #B5AD6E;
}
.BgClassName
{
background-color: #B5AD6E;
}
</style>
border-color css
<style>
span { border-color: #B5AD6E; }
span { border-color: rgb(181,173,110); }
td.TdClassName
{
border-color: #B5AD6E;
}
.TagClassName
{
border-color: #B5AD6E;
}
</style>