Shades of Dark Khaki #C2BF60
Tints of Dark Khaki #C2BF60
RGB
CMYK
RGB Variations
Color information
#C2BF60 (or 0xC2BF60) is known color: Dark Khaki. HEX triplet: C2, BF and 60. RGB value is (194,191,96). Sum of RGB (Red+Green+Blue) = 194+191+96=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BF60 is #3D409F. Grayscale: #B5B5B5. Windows color (decimal): -4014240 or 6340546. OLE color: 6340546.
HSL color Cylindrical-coordinate representation of color #C2BF60: hue angle of 58.16º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2BF60 is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 96 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.24 |
| HSL | 58.16º | 0.45% | 0.57% | - |
| HSV(B) | 58.16º | 0.51% | 0.76% | - |
| XYZ | 42.99 | 49.58 | 18.37 | - |
| YUV | 181.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 96 | 0 | 0.02 | 0.51 | 0.24 | 58.16 | 0.45 | 0.57 |
| Hex | C2 | BF | 60 | 0 | 2 | 33 | 18 | 3A | 2D | 39 |
| Octal | 302 | 277 | 140 | 0 | 2 | 63 | 30 | 72 | 55 | 71 |
| Binary | 11000010 | 10111111 | 1100000 | 0 | 10 | 110011 | 11000 | 111010 | 101101 | 111001 |
Color Harmonies of #C2BF60
Complementary color
Monochromatic Colors of #C2BF60
Black with #C2BF60
Text Example
Text Example
White with #C2BF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF60; }
p { color: rgb(194,191,96); }
H1.HeaderClassName
{
color: #C2BF60;
}
.AnyTagClassName
{
color: #C2BF60;
}
</style>
background-color css
<style>
a { background-color: #C2BF60; }
a { background-color: rgb(194,191,96); }
div.DivClassName
{
background-color: #C2BF60;
}
.BgClassName
{
background-color: #C2BF60;
}
</style>
border-color css
<style>
span { border-color: #C2BF60; }
span { border-color: rgb(194,191,96); }
td.TdClassName
{
border-color: #C2BF60;
}
.TagClassName
{
border-color: #C2BF60;
}
</style>