Shades of Dark Khaki #B5B86E
Tints of Dark Khaki #B5B86E
RGB
CMYK
RGB Variations
Color information
#B5B86E (or 0xB5B86E) is known color: Dark Khaki. HEX triplet: B5, B8 and 6E. RGB value is (181,184,110). Sum of RGB (Red+Green+Blue) = 181+184+110=475 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.11% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B86E is #4A4791. Grayscale: #AEAEAE. Windows color (decimal): -4867986 or 7256245. OLE color: 7256245.
HSL color Cylindrical-coordinate representation of color #B5B86E: hue angle of 62.43º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5B86E is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 110 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.28 |
| HSL | 62.43º | 0.34% | 0.58% | - |
| HSV(B) | 62.43º | 0.4% | 0.72% | - |
| XYZ | 39.01 | 45.23 | 21.43 | - |
| YUV | 174.67 | 91.51 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 110 | 0.02 | 0 | 0.40 | 0.28 | 62.43 | 0.34 | 0.58 |
| Hex | B5 | B8 | 6E | 2 | 0 | 28 | 1C | 3E | 22 | 3A |
| Octal | 265 | 270 | 156 | 2 | 0 | 50 | 34 | 76 | 42 | 72 |
| Binary | 10110101 | 10111000 | 1101110 | 10 | 0 | 101000 | 11100 | 111110 | 100010 | 111010 |
Color Harmonies of #B5B86E
Complementary color
Monochromatic Colors of #B5B86E
Black with #B5B86E
Text Example
Text Example
White with #B5B86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B86E; }
p { color: rgb(181,184,110); }
H1.HeaderClassName
{
color: #B5B86E;
}
.AnyTagClassName
{
color: #B5B86E;
}
</style>
background-color css
<style>
a { background-color: #B5B86E; }
a { background-color: rgb(181,184,110); }
div.DivClassName
{
background-color: #B5B86E;
}
.BgClassName
{
background-color: #B5B86E;
}
</style>
border-color css
<style>
span { border-color: #B5B86E; }
span { border-color: rgb(181,184,110); }
td.TdClassName
{
border-color: #B5B86E;
}
.TagClassName
{
border-color: #B5B86E;
}
</style>