Shades of Dark Khaki #B6BC6E
Tints of Dark Khaki #B6BC6E
RGB
CMYK
RGB Variations
Color information
#B6BC6E (or 0xB6BC6E) is known color: Dark Khaki. HEX triplet: B6, BC and 6E. RGB value is (182,188,110). Sum of RGB (Red+Green+Blue) = 182+188+110=480 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.92% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BC6E is #494391. Grayscale: #B1B1B1. Windows color (decimal): -4801426 or 7257270. OLE color: 7257270.
HSL color Cylindrical-coordinate representation of color #B6BC6E: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B6BC6E is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 182 | 188 | 110 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.26 |
| HSL | 64.62º | 0.37% | 0.58% | - |
| HSV(B) | 64.62º | 0.41% | 0.74% | - |
| XYZ | 40.09 | 47.04 | 21.72 | - |
| YUV | 177.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 188 | 110 | 0.03 | 0 | 0.41 | 0.26 | 64.62 | 0.37 | 0.58 |
| Hex | B6 | BC | 6E | 3 | 0 | 29 | 1A | 41 | 25 | 3A |
| Octal | 266 | 274 | 156 | 3 | 0 | 51 | 32 | 101 | 45 | 72 |
| Binary | 10110110 | 10111100 | 1101110 | 11 | 0 | 101001 | 11010 | 1000001 | 100101 | 111010 |
Color Harmonies of #B6BC6E
Complementary color
Monochromatic Colors of #B6BC6E
Black with #B6BC6E
Text Example
Text Example
White with #B6BC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BC6E; }
p { color: rgb(182,188,110); }
H1.HeaderClassName
{
color: #B6BC6E;
}
.AnyTagClassName
{
color: #B6BC6E;
}
</style>
background-color css
<style>
a { background-color: #B6BC6E; }
a { background-color: rgb(182,188,110); }
div.DivClassName
{
background-color: #B6BC6E;
}
.BgClassName
{
background-color: #B6BC6E;
}
</style>
border-color css
<style>
span { border-color: #B6BC6E; }
span { border-color: rgb(182,188,110); }
td.TdClassName
{
border-color: #B6BC6E;
}
.TagClassName
{
border-color: #B6BC6E;
}
</style>