Shades of Dark Khaki #B6BA68
Tints of Dark Khaki #B6BA68
RGB
CMYK
RGB Variations
Color information
#B6BA68 (or 0xB6BA68) is known color: Dark Khaki. HEX triplet: B6, BA and 68. RGB value is (182,186,104). Sum of RGB (Red+Green+Blue) = 182+186+104=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 186 - color contains mainly: green. Hex color #B6BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BA68 is #494597. Grayscale: #AFAFAF. Windows color (decimal): -4801944 or 6863542. OLE color: 6863542.
HSL color Cylindrical-coordinate representation of color #B6BA68: hue angle of 62.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6BA68 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 186 | 104 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.27 |
| HSL | 62.93º | 0.37% | 0.57% | - |
| HSV(B) | 62.93º | 0.44% | 0.73% | - |
| XYZ | 39.35 | 46.06 | 19.91 | - |
| YUV | 175.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 186 | 104 | 0.02 | 0 | 0.44 | 0.27 | 62.93 | 0.37 | 0.57 |
| Hex | B6 | BA | 68 | 2 | 0 | 2C | 1B | 3F | 25 | 39 |
| Octal | 266 | 272 | 150 | 2 | 0 | 54 | 33 | 77 | 45 | 71 |
| Binary | 10110110 | 10111010 | 1101000 | 10 | 0 | 101100 | 11011 | 111111 | 100101 | 111001 |
Color Harmonies of #B6BA68
Complementary color
Monochromatic Colors of #B6BA68
Black with #B6BA68
Text Example
Text Example
White with #B6BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BA68; }
p { color: rgb(182,186,104); }
H1.HeaderClassName
{
color: #B6BA68;
}
.AnyTagClassName
{
color: #B6BA68;
}
</style>
background-color css
<style>
a { background-color: #B6BA68; }
a { background-color: rgb(182,186,104); }
div.DivClassName
{
background-color: #B6BA68;
}
.BgClassName
{
background-color: #B6BA68;
}
</style>
border-color css
<style>
span { border-color: #B6BA68; }
span { border-color: rgb(182,186,104); }
td.TdClassName
{
border-color: #B6BA68;
}
.TagClassName
{
border-color: #B6BA68;
}
</style>