#C4B95C

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

Shades of Dark Khaki #C4B95C

Tints of Dark Khaki #C4B95C

Color information

#C4B95C (or 0xC4B95C) is unknown color: approx Dark Khaki. HEX triplet: C4, B9 and 5C. RGB value is (196,185,92). Sum of RGB (Red+Green+Blue) = 196+185+92=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 185 (72.66% from 255 or 39.11% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B95C is #3B46A3. Grayscale: #B2B2B2. Windows color (decimal): -3884708 or 6076868. OLE color: 6076868.

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

Color convert

RGB19618592-
CMYK00.060.530.23
HSL53.65º46.85%56.47%-
HSV(B)53.65º53.06%76.86%-
XYZ42.0547.2117.02-
YUV177.6979.64141.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 185 (72.66% from 255) = 39.11%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=41.44%
G=39.11%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961859200.060.530.2353.6546.8556.47
HexC4B95C063517362f38
Octal304271134066527665770
Binary11000100101110011011100011011010110111110110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B95C; }

 p { color: rgb(196,185,92); }

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

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

 a { background-color: rgb(196,185,92); }

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

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

 span { border-color: rgb(196,185,92); }

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