Shades of Dark Khaki #B6BB6C
Tints of Dark Khaki #B6BB6C
RGB
CMYK
RGB Variations
Color information
#B6BB6C (or 0xB6BB6C) is known color: Dark Khaki. HEX triplet: B6, BB and 6C. RGB value is (182,187,108). Sum of RGB (Red+Green+Blue) = 182+187+108=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 187 - color contains mainly: green. Hex color #B6BB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B6BB6C is #494493. Grayscale: #B0B0B0. Windows color (decimal): -4801684 or 7125942. OLE color: 7125942.
HSL color Cylindrical-coordinate representation of color #B6BB6C: hue angle of 63.8º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6BB6C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 182 | 187 | 108 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.27 |
| HSL | 63.8º | 0.37% | 0.58% | - |
| HSV(B) | 63.8º | 0.42% | 0.73% | - |
| XYZ | 39.77 | 46.57 | 21.08 | - |
| YUV | 176.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 187 | 108 | 0.03 | 0 | 0.42 | 0.27 | 63.8 | 0.37 | 0.58 |
| Hex | B6 | BB | 6C | 3 | 0 | 2A | 1B | 40 | 25 | 3A |
| Octal | 266 | 273 | 154 | 3 | 0 | 52 | 33 | 100 | 45 | 72 |
| Binary | 10110110 | 10111011 | 1101100 | 11 | 0 | 101010 | 11011 | 1000000 | 100101 | 111010 |
Color Harmonies of #B6BB6C
Complementary color
Monochromatic Colors of #B6BB6C
Black with #B6BB6C
Text Example
Text Example
White with #B6BB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6BB6C; }
p { color: rgb(182,187,108); }
H1.HeaderClassName
{
color: #B6BB6C;
}
.AnyTagClassName
{
color: #B6BB6C;
}
</style>
background-color css
<style>
a { background-color: #B6BB6C; }
a { background-color: rgb(182,187,108); }
div.DivClassName
{
background-color: #B6BB6C;
}
.BgClassName
{
background-color: #B6BB6C;
}
</style>
border-color css
<style>
span { border-color: #B6BB6C; }
span { border-color: rgb(182,187,108); }
td.TdClassName
{
border-color: #B6BB6C;
}
.TagClassName
{
border-color: #B6BB6C;
}
</style>