Shades of Dark Khaki #B5BD6E
Tints of Dark Khaki #B5BD6E
RGB
CMYK
RGB Variations
Color information
#B5BD6E (or 0xB5BD6E) is known color: Dark Khaki. HEX triplet: B5, BD and 6E. RGB value is (181,189,110). Sum of RGB (Red+Green+Blue) = 181+189+110=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BD6E is #4A4291. Grayscale: #B1B1B1. Windows color (decimal): -4866706 or 7257525. OLE color: 7257525.
HSL color Cylindrical-coordinate representation of color #B5BD6E: hue angle of 66.08º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5BD6E is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 189 | 110 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.26 |
| HSL | 66.08º | 0.37% | 0.59% | - |
| HSV(B) | 66.08º | 0.42% | 0.74% | - |
| XYZ | 40.07 | 47.34 | 21.78 | - |
| YUV | 177.6 | 89.85 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 189 | 110 | 0.04 | 0 | 0.42 | 0.26 | 66.08 | 0.37 | 0.59 |
| Hex | B5 | BD | 6E | 4 | 0 | 2A | 1A | 42 | 25 | 3B |
| Octal | 265 | 275 | 156 | 4 | 0 | 52 | 32 | 102 | 45 | 73 |
| Binary | 10110101 | 10111101 | 1101110 | 100 | 0 | 101010 | 11010 | 1000010 | 100101 | 111011 |
Color Harmonies of #B5BD6E
Complementary color
Monochromatic Colors of #B5BD6E
Black with #B5BD6E
Text Example
Text Example
White with #B5BD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BD6E; }
p { color: rgb(181,189,110); }
H1.HeaderClassName
{
color: #B5BD6E;
}
.AnyTagClassName
{
color: #B5BD6E;
}
</style>
background-color css
<style>
a { background-color: #B5BD6E; }
a { background-color: rgb(181,189,110); }
div.DivClassName
{
background-color: #B5BD6E;
}
.BgClassName
{
background-color: #B5BD6E;
}
</style>
border-color css
<style>
span { border-color: #B5BD6E; }
span { border-color: rgb(181,189,110); }
td.TdClassName
{
border-color: #B5BD6E;
}
.TagClassName
{
border-color: #B5BD6E;
}
</style>