#C2B96C

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

Shades of Dark Khaki #C2B96C

Tints of Dark Khaki #C2B96C

Color information

#C2B96C (or 0xC2B96C) is unknown color: approx Dark Khaki. HEX triplet: C2, B9 and 6C. RGB value is (194,185,108). Sum of RGB (Red+Green+Blue) = 194+185+108=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B96C is #3D4693. Grayscale: #B3B3B3. Windows color (decimal): -4015764 or 7125442. OLE color: 7125442.

HSL color Cylindrical-coordinate representation of color #C2B96C: hue angle of 53.72º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2B96C is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194185108-
CMYK00.050.440.24
HSL53.72º41.35%59.22%-
HSV(B)53.72º44.33%76.08%-
XYZ42.347.2521.08-
YUV178.9187.98138.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.84%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=39.84%
G=37.99%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418510800.050.440.2453.7241.3559.22
HexC2B96C052C1836293b
Octal302271154055430665173
Binary11000010101110011101100010110110011000110110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B96C; }

 p { color: rgb(194,185,108); }

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

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

 a { background-color: rgb(194,185,108); }

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

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

 span { border-color: rgb(194,185,108); }

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