#C5B66C

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

Shades of Dark Khaki #C5B66C

Tints of Dark Khaki #C5B66C

Color information

#C5B66C (or 0xC5B66C) is unknown color: approx Dark Khaki. HEX triplet: C5, B6 and 6C. RGB value is (197,182,108). Sum of RGB (Red+Green+Blue) = 197+182+108=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 108 (42.58% from 255 or 22.18% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B66C is #3A4993. Grayscale: #B2B2B2. Windows color (decimal): -3819924 or 7124677. OLE color: 7124677.

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

Color convert

RGB197182108-
CMYK00.080.450.23
HSL49.89º43.41%59.8%-
HSV(B)49.89º45.18%77.25%-
XYZ42.4646.4120.91-
YUV178.0588.47141.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.45%
GREEN value IS 182 (71.48% from 255) = 37.37%
BLUE value IS 108 (42.58% from 255) = 22.18%
R=40.45%
G=37.37%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718210800.080.450.2349.8943.4159.8
HexC5B66C082D17322b3c
Octal3052661540105527625374
Binary110001011011011011011000100010110110111110010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B66C; }

 p { color: rgb(197,182,108); }

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

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

 a { background-color: rgb(197,182,108); }

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

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

 span { border-color: rgb(197,182,108); }

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