Shades of Dark Khaki #C2BD70
Tints of Dark Khaki #C2BD70
RGB
CMYK
RGB Variations
Color information
#C2BD70 (or 0xC2BD70) is known color: Dark Khaki. HEX triplet: C2, BD and 70. RGB value is (194,189,112). Sum of RGB (Red+Green+Blue) = 194+189+112=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 112 (44.14% from 255 or 22.63% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD70 is #3D428F. Grayscale: #B6B6B6. Windows color (decimal): -4014736 or 7388610. OLE color: 7388610.
HSL color Cylindrical-coordinate representation of color #C2BD70: hue angle of 56.34º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C2BD70 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 112 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.24 |
| HSL | 56.34º | 0.4% | 0.6% | - |
| HSV(B) | 56.34º | 0.42% | 0.76% | - |
| XYZ | 43.37 | 49.03 | 22.51 | - |
| YUV | 181.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 112 | 0 | 0.03 | 0.42 | 0.24 | 56.34 | 0.4 | 0.6 |
| Hex | C2 | BD | 70 | 0 | 3 | 2A | 18 | 38 | 28 | 3C |
| Octal | 302 | 275 | 160 | 0 | 3 | 52 | 30 | 70 | 50 | 74 |
| Binary | 11000010 | 10111101 | 1110000 | 0 | 11 | 101010 | 11000 | 111000 | 101000 | 111100 |
Color Harmonies of #C2BD70
Complementary color
Monochromatic Colors of #C2BD70
Black with #C2BD70
Text Example
Text Example
White with #C2BD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD70; }
p { color: rgb(194,189,112); }
H1.HeaderClassName
{
color: #C2BD70;
}
.AnyTagClassName
{
color: #C2BD70;
}
</style>
background-color css
<style>
a { background-color: #C2BD70; }
a { background-color: rgb(194,189,112); }
div.DivClassName
{
background-color: #C2BD70;
}
.BgClassName
{
background-color: #C2BD70;
}
</style>
border-color css
<style>
span { border-color: #C2BD70; }
span { border-color: rgb(194,189,112); }
td.TdClassName
{
border-color: #C2BD70;
}
.TagClassName
{
border-color: #C2BD70;
}
</style>