Shades of Dark Khaki #B7B96E
Tints of Dark Khaki #B7B96E
RGB
CMYK
RGB Variations
Color information
#B7B96E (or 0xB7B96E) is known color: Dark Khaki. HEX triplet: B7, B9 and 6E. RGB value is (183,185,110). Sum of RGB (Red+Green+Blue) = 183+185+110=478 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.28% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #B7B96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7B96E is #484691. Grayscale: #B0B0B0. Windows color (decimal): -4736658 or 7256503. OLE color: 7256503.
HSL color Cylindrical-coordinate representation of color #B7B96E: hue angle of 61.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7B96E is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 183 | 185 | 110 | - |
| CMYK | 0.01 | 0 | 0.41 | 0.27 |
| HSL | 61.6º | 0.35% | 0.58% | - |
| HSV(B) | 61.6º | 0.41% | 0.73% | - |
| XYZ | 39.69 | 45.89 | 21.52 | - |
| YUV | 175.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 185 | 110 | 0.01 | 0 | 0.41 | 0.27 | 61.6 | 0.35 | 0.58 |
| Hex | B7 | B9 | 6E | 1 | 0 | 29 | 1B | 3E | 23 | 3A |
| Octal | 267 | 271 | 156 | 1 | 0 | 51 | 33 | 76 | 43 | 72 |
| Binary | 10110111 | 10111001 | 1101110 | 1 | 0 | 101001 | 11011 | 111110 | 100011 | 111010 |
Color Harmonies of #B7B96E
Complementary color
Monochromatic Colors of #B7B96E
Black with #B7B96E
Text Example
Text Example
White with #B7B96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B96E; }
p { color: rgb(183,185,110); }
H1.HeaderClassName
{
color: #B7B96E;
}
.AnyTagClassName
{
color: #B7B96E;
}
</style>
background-color css
<style>
a { background-color: #B7B96E; }
a { background-color: rgb(183,185,110); }
div.DivClassName
{
background-color: #B7B96E;
}
.BgClassName
{
background-color: #B7B96E;
}
</style>
border-color css
<style>
span { border-color: #B7B96E; }
span { border-color: rgb(183,185,110); }
td.TdClassName
{
border-color: #B7B96E;
}
.TagClassName
{
border-color: #B7B96E;
}
</style>