#C4C368

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

Shades of Dark Khaki #C4C368

Tints of Dark Khaki #C4C368

Color information

#C4C368 (or 0xC4C368) is unknown color: approx Dark Khaki. HEX triplet: C4, C3 and 68. RGB value is (196,195,104). Sum of RGB (Red+Green+Blue) = 196+195+104=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C368 is #3B3C97. Grayscale: #B9B9B9. Windows color (decimal): -3882136 or 6865860. OLE color: 6865860.

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

Color convert

RGB196195104-
CMYK00.010.470.23
HSL59.35º43.81%58.82%-
HSV(B)59.35º46.94%76.86%-
XYZ44.7851.7720.73-
YUV184.9282.33135.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 195 (76.56% from 255) = 39.39%
BLUE value IS 104 (41.02% from 255) = 21.01%
R=39.60%
G=39.39%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619510400.010.470.2359.3543.8158.82
HexC4C368012F173b2c3b
Octal304303150015727735473
Binary110001001100001111010000110111110111111011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C368; }

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

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

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

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

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

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

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

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