#C0C16E

Color #C0C16E Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C0C16E

Tints of Dark Khaki #C0C16E

Color information

#C0C16E (or 0xC0C16E) is unknown color: approx Dark Khaki. HEX triplet: C0, C1 and 6E. RGB value is (192,193,110). Sum of RGB (Red+Green+Blue) = 192+193+110=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 193 - color contains mainly: green. Hex color #C0C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C16E is #3F3E91. Grayscale: #B7B7B7. Windows color (decimal): -4144786 or 7258560. OLE color: 7258560.

HSL color Cylindrical-coordinate representation of color #C0C16E: hue angle of 60.72º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0C16E is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB192193110-
CMYK0.0100.430.24
HSL60.72º40.1%59.41%-
HSV(B)60.72º43.01%75.69%-
XYZ43.6250.4722.19-
YUV183.2486.67134.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 38.79%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 110 (43.36% from 255) = 22.22%
R=38.79%
G=38.99%
B=22.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1921931100.0100.430.2460.7240.159.41
HexC0C16E102B183d283b
Octal300301156105330755073
Binary110000001100000111011101010101111000111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0C16E; }

 p { color: rgb(192,193,110); }

 H1.HeaderClassName
 {
   color: #C0C16E;
 }
 .AnyTagClassName
 {
   color: #C0C16E;
 }
</style>
background-color css

<style>
 a { background-color: #C0C16E; }

 a { background-color: rgb(192,193,110); }

 div.DivClassName
 {
   background-color: #C0C16E;
 }
 .BgClassName
 {
   background-color: #C0C16E;
 }
</style>
border-color css

<style>
 span { border-color: #C0C16E; }

 span { border-color: rgb(192,193,110); }

 td.TdClassName
 {
   border-color: #C0C16E;
 }
 .TagClassName
 {
   border-color: #C0C16E;
 }
</style>