Shades of Dark Khaki #B5B76D
Tints of Dark Khaki #B5B76D
RGB
CMYK
RGB Variations
Color information
#B5B76D (or 0xB5B76D) is known color: Dark Khaki. HEX triplet: B5, B7 and 6D. RGB value is (181,183,109). Sum of RGB (Red+Green+Blue) = 181+183+109=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #B5B76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5B76D is #4A4892. Grayscale: #AEAEAE. Windows color (decimal): -4868243 or 7190453. OLE color: 7190453.
HSL color Cylindrical-coordinate representation of color #B5B76D: hue angle of 61.62º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5B76D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 181 | 183 | 109 | - |
| CMYK | 0.01 | 0 | 0.40 | 0.28 |
| HSL | 61.62º | 0.34% | 0.57% | - |
| HSV(B) | 61.62º | 0.4% | 0.72% | - |
| XYZ | 38.75 | 44.79 | 21.07 | - |
| YUV | 173.97 | 91.34 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 183 | 109 | 0.01 | 0 | 0.40 | 0.28 | 61.62 | 0.34 | 0.57 |
| Hex | B5 | B7 | 6D | 1 | 0 | 28 | 1C | 3E | 22 | 39 |
| Octal | 265 | 267 | 155 | 1 | 0 | 50 | 34 | 76 | 42 | 71 |
| Binary | 10110101 | 10110111 | 1101101 | 1 | 0 | 101000 | 11100 | 111110 | 100010 | 111001 |
Color Harmonies of #B5B76D
Complementary color
Monochromatic Colors of #B5B76D
Black with #B5B76D
Text Example
Text Example
White with #B5B76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B76D; }
p { color: rgb(181,183,109); }
H1.HeaderClassName
{
color: #B5B76D;
}
.AnyTagClassName
{
color: #B5B76D;
}
</style>
background-color css
<style>
a { background-color: #B5B76D; }
a { background-color: rgb(181,183,109); }
div.DivClassName
{
background-color: #B5B76D;
}
.BgClassName
{
background-color: #B5B76D;
}
</style>
border-color css
<style>
span { border-color: #B5B76D; }
span { border-color: rgb(181,183,109); }
td.TdClassName
{
border-color: #B5B76D;
}
.TagClassName
{
border-color: #B5B76D;
}
</style>