#C4C56E

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

Shades of Dark Khaki #C4C56E

Tints of Dark Khaki #C4C56E

Color information

#C4C56E (or 0xC4C56E) is unknown color: approx Dark Khaki. HEX triplet: C4, C5 and 6E. RGB value is (196,197,110). Sum of RGB (Red+Green+Blue) = 196+197+110=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C56E is #3B3A91. Grayscale: #BBBBBB. Windows color (decimal): -3881618 or 7259588. OLE color: 7259588.

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

Color convert

RGB196197110-
CMYK0.0100.440.23
HSL60.69º42.86%60.2%-
HSV(B)60.69º44.16%77.25%-
XYZ45.5552.7922.54-
YUV186.7884.67134.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 197 (77.34% from 255) = 39.17%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=38.97%
G=39.17%
B=21.87%

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
Decimal1961971100.0100.440.2360.6942.8660.2
HexC4C56E102C173d2b3c
Octal304305156105427755374
Binary110001001100010111011101010110010111111101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C56E; }

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

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

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

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

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

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

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

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