#C2C46E

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

Shades of Dark Khaki #C2C46E

Tints of Dark Khaki #C2C46E

Color information

#C2C46E (or 0xC2C46E) is unknown color: approx Dark Khaki. HEX triplet: C2, C4 and 6E. RGB value is (194,196,110). Sum of RGB (Red+Green+Blue) = 194+196+110=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 196 (76.95% from 255 or 39.2% from 500); Blue value is 110 (43.36% from 255 or 22% from 500); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C46E is #3D3B91. Grayscale: #B9B9B9. Windows color (decimal): -4012946 or 7259330. OLE color: 7259330.

HSL color Cylindrical-coordinate representation of color #C2C46E: hue angle of 61.4º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2C46E is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB194196110-
CMYK0.0100.440.23
HSL61.4º42.16%60%-
HSV(B)61.4º43.88%76.86%-
XYZ44.852.0722.44-
YUV185.685.34133.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 196 (76.95% from 255) = 39.2%
BLUE value IS 110 (43.36% from 255) = 22%
R=38.8%
G=39.2%
B=22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1941961100.0100.440.2361.442.1660
HexC2C46E102C173d2a3c
Octal302304156105427755274
Binary110000101100010011011101010110010111111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C46E; }

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

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

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

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

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

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

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

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