#C4C36D

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

Shades of Dark Khaki #C4C36D

Tints of Dark Khaki #C4C36D

Color information

#C4C36D (or 0xC4C36D) is unknown color: approx Dark Khaki. HEX triplet: C4, C3 and 6D. RGB value is (196,195,109). Sum of RGB (Red+Green+Blue) = 196+195+109=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 195 (76.56% from 255 or 39% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C36D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C36D is #3B3C92. Grayscale: #B9B9B9. Windows color (decimal): -3882131 or 7193540. OLE color: 7193540.

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

Color convert

RGB196195109-
CMYK00.010.440.23
HSL59.31º42.44%59.8%-
HSV(B)59.31º44.39%76.86%-
XYZ45.0451.8722.11-
YUV185.4984.83135.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 195 (76.56% from 255) = 39%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=39.2%
G=39%
B=21.8%

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
Decimal19619510900.010.440.2359.3142.4459.8
HexC4C36D012C173b2a3c
Octal304303155015427735274
Binary110001001100001111011010110110010111111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C36D; }

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

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

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

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

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

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

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

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