Shades of Dark Khaki #C2BF71
Tints of Dark Khaki #C2BF71
RGB
CMYK
RGB Variations
Color information
#C2BF71 (or 0xC2BF71) is known color: Dark Khaki. HEX triplet: C2, BF and 71. RGB value is (194,191,113). Sum of RGB (Red+Green+Blue) = 194+191+113=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 191 (75% from 255 or 38.35% from 498); Blue value is 113 (44.53% from 255 or 22.69% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF71 is #3D408E. Grayscale: #B7B7B7. Windows color (decimal): -4014223 or 7454658. OLE color: 7454658.
HSL color Cylindrical-coordinate representation of color #C2BF71: hue angle of 57.78º 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 #C2BF71 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 113 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.24 |
| HSL | 57.78º | 0.4% | 0.6% | - |
| HSV(B) | 57.78º | 0.42% | 0.76% | - |
| XYZ | 43.86 | 49.92 | 22.95 | - |
| YUV | 183.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 113 | 0 | 0.02 | 0.42 | 0.24 | 57.78 | 0.4 | 0.6 |
| Hex | C2 | BF | 71 | 0 | 2 | 2A | 18 | 3A | 28 | 3C |
| Octal | 302 | 277 | 161 | 0 | 2 | 52 | 30 | 72 | 50 | 74 |
| Binary | 11000010 | 10111111 | 1110001 | 0 | 10 | 101010 | 11000 | 111010 | 101000 | 111100 |
Color Harmonies of #C2BF71
Complementary color
Monochromatic Colors of #C2BF71
Black with #C2BF71
Text Example
Text Example
White with #C2BF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF71; }
p { color: rgb(194,191,113); }
H1.HeaderClassName
{
color: #C2BF71;
}
.AnyTagClassName
{
color: #C2BF71;
}
</style>
background-color css
<style>
a { background-color: #C2BF71; }
a { background-color: rgb(194,191,113); }
div.DivClassName
{
background-color: #C2BF71;
}
.BgClassName
{
background-color: #C2BF71;
}
</style>
border-color css
<style>
span { border-color: #C2BF71; }
span { border-color: rgb(194,191,113); }
td.TdClassName
{
border-color: #C2BF71;
}
.TagClassName
{
border-color: #C2BF71;
}
</style>