Shades of Dark Khaki #C2BD76
Tints of Dark Khaki #C2BD76
RGB
CMYK
RGB Variations
Color information
#C2BD76 (or 0xC2BD76) is known color: Dark Khaki. HEX triplet: C2, BD and 76. RGB value is (194,189,118). Sum of RGB (Red+Green+Blue) = 194+189+118=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 118 (46.48% from 255 or 23.55% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD76 is #3D4289. Grayscale: #B6B6B6. Windows color (decimal): -4014730 or 7781826. OLE color: 7781826.
HSL color Cylindrical-coordinate representation of color #C2BD76: hue angle of 56.05º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C2BD76 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 118 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.24 |
| HSL | 56.05º | 0.38% | 0.61% | - |
| HSV(B) | 56.05º | 0.39% | 0.76% | - |
| XYZ | 43.72 | 49.17 | 24.33 | - |
| YUV | 182.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 118 | 0 | 0.03 | 0.39 | 0.24 | 56.05 | 0.38 | 0.61 |
| Hex | C2 | BD | 76 | 0 | 3 | 27 | 18 | 38 | 26 | 3D |
| Octal | 302 | 275 | 166 | 0 | 3 | 47 | 30 | 70 | 46 | 75 |
| Binary | 11000010 | 10111101 | 1110110 | 0 | 11 | 100111 | 11000 | 111000 | 100110 | 111101 |
Color Harmonies of #C2BD76
Complementary color
Monochromatic Colors of #C2BD76
Black with #C2BD76
Text Example
Text Example
White with #C2BD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD76; }
p { color: rgb(194,189,118); }
H1.HeaderClassName
{
color: #C2BD76;
}
.AnyTagClassName
{
color: #C2BD76;
}
</style>
background-color css
<style>
a { background-color: #C2BD76; }
a { background-color: rgb(194,189,118); }
div.DivClassName
{
background-color: #C2BD76;
}
.BgClassName
{
background-color: #C2BD76;
}
</style>
border-color css
<style>
span { border-color: #C2BD76; }
span { border-color: rgb(194,189,118); }
td.TdClassName
{
border-color: #C2BD76;
}
.TagClassName
{
border-color: #C2BD76;
}
</style>