#c5bd6f

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

Shades of Dark Khaki #C5BD6F

Tints of Dark Khaki #C5BD6F

Color information

#C5BD6F (or 0xC5BD6F) is unknown color: approx Dark Khaki. HEX triplet: C5, BD and 6F. RGB value is (197,189,111). Sum of RGB (Red+Green+Blue) = 197+189+111=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 111 (43.75% from 255 or 22.33% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD6F is #3A4290. Grayscale: #B6B6B6. Windows color (decimal): -3818129 or 7323077. OLE color: 7323077.

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

Color convert

RGB197189111-
CMYK00.040.440.23
HSL54.42º42.57%60.39%-
HSV(B)54.42º43.65%77.25%-
XYZ44.0949.4122.25-
YUV182.587.65138.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 111 (43.75% from 255) = 22.33%
R=39.64%
G=38.03%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718911100.040.440.2354.4242.5760.39
HexC5BD6F042C17362b3c
Octal305275157045427665374
Binary11000101101111011101111010010110010111110110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5bd6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5bd6f; }

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

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

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

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

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

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

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

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