Shades of Dark Khaki #B2B96D
Tints of Dark Khaki #B2B96D
RGB
CMYK
RGB Variations
Color information
#B2B96D (or 0xB2B96D) is known color: Dark Khaki. HEX triplet: B2, B9 and 6D. RGB value is (178,185,109). Sum of RGB (Red+Green+Blue) = 178+185+109=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 109 (42.97% from 255 or 23.09% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B96D is #4D4692. Grayscale: #AEAEAE. Windows color (decimal): -5064339 or 7190962. OLE color: 7190962.
HSL color Cylindrical-coordinate representation of color #B2B96D: hue angle of 65.53º 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 #B2B96D is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 185 | 109 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.27 |
| HSL | 65.53º | 0.35% | 0.58% | - |
| HSV(B) | 65.53º | 0.41% | 0.73% | - |
| XYZ | 38.47 | 45.27 | 21.18 | - |
| YUV | 174.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 185 | 109 | 0.04 | 0 | 0.41 | 0.27 | 65.53 | 0.35 | 0.58 |
| Hex | B2 | B9 | 6D | 4 | 0 | 29 | 1B | 42 | 23 | 3A |
| Octal | 262 | 271 | 155 | 4 | 0 | 51 | 33 | 102 | 43 | 72 |
| Binary | 10110010 | 10111001 | 1101101 | 100 | 0 | 101001 | 11011 | 1000010 | 100011 | 111010 |
Color Harmonies of #B2B96D
Complementary color
Monochromatic Colors of #B2B96D
Black with #B2B96D
Text Example
Text Example
White with #B2B96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B96D; }
p { color: rgb(178,185,109); }
H1.HeaderClassName
{
color: #B2B96D;
}
.AnyTagClassName
{
color: #B2B96D;
}
</style>
background-color css
<style>
a { background-color: #B2B96D; }
a { background-color: rgb(178,185,109); }
div.DivClassName
{
background-color: #B2B96D;
}
.BgClassName
{
background-color: #B2B96D;
}
</style>
border-color css
<style>
span { border-color: #B2B96D; }
span { border-color: rgb(178,185,109); }
td.TdClassName
{
border-color: #B2B96D;
}
.TagClassName
{
border-color: #B2B96D;
}
</style>