Shades of Dark Khaki #C0C26F
Tints of Dark Khaki #C0C26F
RGB
CMYK
RGB Variations
Color information
#C0C26F (or 0xC0C26F) is known color: Dark Khaki. HEX triplet: C0, C2 and 6F. RGB value is (192,194,111). Sum of RGB (Red+Green+Blue) = 192+194+111=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 194 (76.17% from 255 or 39.03% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 194 - color contains mainly: green. Hex color #C0C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C26F is #3F3D90. Grayscale: #B8B8B8. Windows color (decimal): -4144529 or 7324352. OLE color: 7324352.
HSL color Cylindrical-coordinate representation of color #C0C26F: hue angle of 61.45º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0C26F is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 194 | 111 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.24 |
| HSL | 61.45º | 0.4% | 0.6% | - |
| HSV(B) | 61.45º | 0.43% | 0.76% | - |
| XYZ | 43.9 | 50.94 | 22.56 | - |
| YUV | 183.94 | 86.84 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 194 | 111 | 0.01 | 0 | 0.43 | 0.24 | 61.45 | 0.4 | 0.6 |
| Hex | C0 | C2 | 6F | 1 | 0 | 2B | 18 | 3D | 28 | 3C |
| Octal | 300 | 302 | 157 | 1 | 0 | 53 | 30 | 75 | 50 | 74 |
| Binary | 11000000 | 11000010 | 1101111 | 1 | 0 | 101011 | 11000 | 111101 | 101000 | 111100 |
Color Harmonies of #C0C26F
Complementary color
Monochromatic Colors of #C0C26F
Black with #C0C26F
Text Example
Text Example
White with #C0C26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C26F; }
p { color: rgb(192,194,111); }
H1.HeaderClassName
{
color: #C0C26F;
}
.AnyTagClassName
{
color: #C0C26F;
}
</style>
background-color css
<style>
a { background-color: #C0C26F; }
a { background-color: rgb(192,194,111); }
div.DivClassName
{
background-color: #C0C26F;
}
.BgClassName
{
background-color: #C0C26F;
}
</style>
border-color css
<style>
span { border-color: #C0C26F; }
span { border-color: rgb(192,194,111); }
td.TdClassName
{
border-color: #C0C26F;
}
.TagClassName
{
border-color: #C0C26F;
}
</style>