#C3C26E

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

Shades of Dark Khaki #C3C26E

Tints of Dark Khaki #C3C26E

Color information

#C3C26E (or 0xC3C26E) is unknown color: approx Dark Khaki. HEX triplet: C3, C2 and 6E. RGB value is (195,194,110). Sum of RGB (Red+Green+Blue) = 195+194+110=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 194 (76.17% from 255 or 38.88% from 499); Blue value is 110 (43.36% from 255 or 22.04% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C3C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3C26E is #3C3D91. Grayscale: #B9B9B9. Windows color (decimal): -3947922 or 7258819. OLE color: 7258819.

HSL color Cylindrical-coordinate representation of color #C3C26E: 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.44%. Process color model (Four color, CMYK) of #C3C26E is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB195194110-
CMYK00.010.440.24
HSL59.29º41.46%59.8%-
HSV(B)59.29º43.59%76.47%-
XYZ44.6151.3122.3-
YUV184.7285.83135.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.08%
GREEN value IS 194 (76.17% from 255) = 38.88%
BLUE value IS 110 (43.36% from 255) = 22.04%
R=39.08%
G=38.88%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519411000.010.440.2459.2941.4659.8
HexC3C26E012C183b293c
Octal303302156015430735174
Binary110000111100001011011100110110011000111011101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3C26E; }

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

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

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

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

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

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

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

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