#C2C36D

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

Shades of Dark Khaki #C2C36D

Tints of Dark Khaki #C2C36D

Color information

#C2C36D (or 0xC2C36D) is unknown color: approx Dark Khaki. HEX triplet: C2, C3 and 6D. RGB value is (194,195,109). Sum of RGB (Red+Green+Blue) = 194+195+109=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 195 (76.56% from 255 or 39.16% from 498); Blue value is 109 (42.97% from 255 or 21.89% from 498); Max value from RGB is 195 - color contains mainly: green. Hex color #C2C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C36D is #3D3C92. Grayscale: #B9B9B9. Windows color (decimal): -4013203 or 7193538. OLE color: 7193538.

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

Color convert

RGB194195109-
CMYK0.0100.440.24
HSL60.7º41.75%59.61%-
HSV(B)60.7º44.1%76.47%-
XYZ44.5251.622.08-
YUV184.985.17134.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 195 (76.56% from 255) = 39.16%
BLUE value IS 109 (42.97% from 255) = 21.89%
R=38.96%
G=39.16%
B=21.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941951090.0100.440.2460.741.7559.61
HexC2C36D102C183d2a3c
Octal302303155105430755274
Binary110000101100001111011011010110011000111101101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C36D; }

 p { color: rgb(194,195,109); }

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

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

 a { background-color: rgb(194,195,109); }

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

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

 span { border-color: rgb(194,195,109); }

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