#C2C16E

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

Shades of Dark Khaki #C2C16E

Tints of Dark Khaki #C2C16E

Color information

#C2C16E (or 0xC2C16E) is unknown color: approx Dark Khaki. HEX triplet: C2, C1 and 6E. RGB value is (194,193,110). Sum of RGB (Red+Green+Blue) = 194+193+110=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 193 (75.78% from 255 or 38.83% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C16E is #3D3E91. Grayscale: #B8B8B8. Windows color (decimal): -4013714 or 7258562. OLE color: 7258562.

HSL color Cylindrical-coordinate representation of color #C2C16E: hue angle of 59.29º degrees, saturation: 0.41, 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 #C2C16E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB194193110-
CMYK00.010.430.24
HSL59.29º40.78%59.61%-
HSV(B)59.29º43.3%76.08%-
XYZ44.1350.7422.22-
YUV183.8486.33135.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 193 (75.78% from 255) = 38.83%
BLUE value IS 110 (43.36% from 255) = 22.13%
R=39.03%
G=38.83%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419311000.010.430.2459.2940.7859.61
HexC2C16E012B183b293c
Octal302301156015330735174
Binary110000101100000111011100110101111000111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C16E; }

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

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

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

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

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

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

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

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