#C1C46E

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

Shades of Dark Khaki #C1C46E

Tints of Dark Khaki #C1C46E

Color information

#C1C46E (or 0xC1C46E) is unknown color: approx Dark Khaki. HEX triplet: C1, C4 and 6E. RGB value is (193,196,110). Sum of RGB (Red+Green+Blue) = 193+196+110=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 196 (76.95% from 255 or 39.28% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 196 - color contains mainly: green. Hex color #C1C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1C46E is #3E3B91. Grayscale: #B9B9B9. Windows color (decimal): -4078482 or 7259329. OLE color: 7259329.

HSL color Cylindrical-coordinate representation of color #C1C46E: hue angle of 62.09º 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 #C1C46E is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB193196110-
CMYK0.0200.440.23
HSL62.09º42.16%60%-
HSV(B)62.09º43.88%76.86%-
XYZ44.5551.9422.43-
YUV185.385.51133.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 196 (76.95% from 255) = 39.28%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=38.68%
G=39.28%
B=22.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1931961100.0200.440.2362.0942.1660
HexC1C46E202C173e2a3c
Octal301304156205427765274
Binary1100000111000100110111010010110010111111110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C46E; }

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

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

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

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

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

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

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

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