#C5BD6C

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

Shades of Dark Khaki #C5BD6C

Tints of Dark Khaki #C5BD6C

Color information

#C5BD6C (or 0xC5BD6C) is unknown color: approx Dark Khaki. HEX triplet: C5, BD and 6C. RGB value is (197,189,108). Sum of RGB (Red+Green+Blue) = 197+189+108=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD6C is #3A4293. Grayscale: #B6B6B6. Windows color (decimal): -3818132 or 7126469. OLE color: 7126469.

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

Color convert

RGB197189108-
CMYK00.040.450.23
HSL54.61º43.41%59.8%-
HSV(B)54.61º45.18%77.25%-
XYZ43.9349.3521.4-
YUV182.1686.15138.59-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.88%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=39.88%
G=38.26%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718910800.040.450.2354.6143.4159.8
HexC5BD6C042D17372b3c
Octal305275154045527675374
Binary11000101101111011101100010010110110111110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD6C; }

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

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

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

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

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

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

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

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