#C4C26A

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

Shades of Dark Khaki #C4C26A

Tints of Dark Khaki #C4C26A

Color information

#C4C26A (or 0xC4C26A) is unknown color: approx Dark Khaki. HEX triplet: C4, C2 and 6A. RGB value is (196,194,106). Sum of RGB (Red+Green+Blue) = 196+194+106=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C26A is #3B3D95. Grayscale: #B8B8B8. Windows color (decimal): -3882390 or 6996676. OLE color: 6996676.

HSL color Cylindrical-coordinate representation of color #C4C26A: hue angle of 58.67º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C4C26A is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196194106-
CMYK00.010.460.23
HSL58.67º43.27%59.22%-
HSV(B)58.67º45.92%76.86%-
XYZ44.6651.3621.2-
YUV184.5783.66136.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 194 (76.17% from 255) = 39.11%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=39.52%
G=39.11%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619410600.010.460.2358.6743.2759.22
HexC4C26A012E173b2b3b
Octal304302152015627735373
Binary110001001100001011010100110111010111111011101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C26A; }

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

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

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

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

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

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

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

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