Shades of Dark Khaki #B5B86D
Tints of Dark Khaki #B5B86D
RGB
CMYK
RGB Variations
Color information
#B5B86D (or 0xB5B86D) is known color: Dark Khaki. HEX triplet: B5, B8 and 6D. RGB value is (181,184,109). Sum of RGB (Red+Green+Blue) = 181+184+109=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B86D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B86D is #4A4792. Grayscale: #AEAEAE. Windows color (decimal): -4867987 or 7190709. OLE color: 7190709.
HSL color Cylindrical-coordinate representation of color #B5B86D: hue angle of 62.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5B86D is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 184 | 109 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.28 |
| HSL | 62.4º | 0.35% | 0.57% | - |
| HSV(B) | 62.4º | 0.41% | 0.72% | - |
| XYZ | 38.96 | 45.21 | 21.14 | - |
| YUV | 174.55 | 91.01 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 184 | 109 | 0.02 | 0 | 0.41 | 0.28 | 62.4 | 0.35 | 0.57 |
| Hex | B5 | B8 | 6D | 2 | 0 | 29 | 1C | 3E | 23 | 39 |
| Octal | 265 | 270 | 155 | 2 | 0 | 51 | 34 | 76 | 43 | 71 |
| Binary | 10110101 | 10111000 | 1101101 | 10 | 0 | 101001 | 11100 | 111110 | 100011 | 111001 |
Color Harmonies of #B5B86D
Complementary color
Monochromatic Colors of #B5B86D
Black with #B5B86D
Text Example
Text Example
White with #B5B86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B86D; }
p { color: rgb(181,184,109); }
H1.HeaderClassName
{
color: #B5B86D;
}
.AnyTagClassName
{
color: #B5B86D;
}
</style>
background-color css
<style>
a { background-color: #B5B86D; }
a { background-color: rgb(181,184,109); }
div.DivClassName
{
background-color: #B5B86D;
}
.BgClassName
{
background-color: #B5B86D;
}
</style>
border-color css
<style>
span { border-color: #B5B86D; }
span { border-color: rgb(181,184,109); }
td.TdClassName
{
border-color: #B5B86D;
}
.TagClassName
{
border-color: #B5B86D;
}
</style>