Shades of Dark Khaki #B6BA6B
Tints of Dark Khaki #B6BA6B
RGB
CMYK
RGB Variations
Color information
#B6BA6B (or 0xB6BA6B) is known color: Dark Khaki. HEX triplet: B6, BA and 6B. RGB value is (182,186,107). Sum of RGB (Red+Green+Blue) = 182+186+107=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA6B is #494594. Grayscale: #B0B0B0. Windows color (decimal): -4801941 or 7060150. OLE color: 7060150.
HSL color Cylindrical-coordinate representation of color #B6BA6B: hue angle of 63.04º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6BA6B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 107 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.27 |
| HSL | 63.04º | 0.36% | 0.57% | - |
| HSV(B) | 63.04º | 0.42% | 0.73% | - |
| XYZ | 39.5 | 46.12 | 20.73 | - |
| YUV | 175.8 | 89.17 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 107 | 0.02 | 0 | 0.42 | 0.27 | 63.04 | 0.36 | 0.57 |
| Hex | B6 | BA | 6B | 2 | 0 | 2A | 1B | 3F | 24 | 39 |
| Octal | 266 | 272 | 153 | 2 | 0 | 52 | 33 | 77 | 44 | 71 |
| Binary | 10110110 | 10111010 | 1101011 | 10 | 0 | 101010 | 11011 | 111111 | 100100 | 111001 |
Color Harmonies of #B6BA6B
Complementary color
Monochromatic Colors of #B6BA6B
Black with #B6BA6B
Text Example
Text Example
White with #B6BA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA6B; }
p { color: rgb(182,186,107); }
H1.HeaderClassName
{
color: #B6BA6B;
}
.AnyTagClassName
{
color: #B6BA6B;
}
</style>
background-color css
<style>
a { background-color: #B6BA6B; }
a { background-color: rgb(182,186,107); }
div.DivClassName
{
background-color: #B6BA6B;
}
.BgClassName
{
background-color: #B6BA6B;
}
</style>
border-color css
<style>
span { border-color: #B6BA6B; }
span { border-color: rgb(182,186,107); }
td.TdClassName
{
border-color: #B6BA6B;
}
.TagClassName
{
border-color: #B6BA6B;
}
</style>