#C4C26E

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

Shades of Dark Khaki #C4C26E

Tints of Dark Khaki #C4C26E

Color information

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

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

Color convert

RGB196194110-
CMYK00.010.440.23
HSL58.6º42.16%60%-
HSV(B)58.6º43.88%76.86%-
XYZ44.8751.4522.32-
YUV185.0285.66135.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619411000.010.440.2358.642.1660
HexC4C26E012C173b2a3c
Octal304302156015427735274
Binary110001001100001011011100110110010111111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C26E; }

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

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

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

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

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

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

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

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