#C5BD6A

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

Shades of Dark Khaki #C5BD6A

Tints of Dark Khaki #C5BD6A

Color information

#C5BD6A (or 0xC5BD6A) is unknown color: approx Dark Khaki. HEX triplet: C5, BD and 6A. RGB value is (197,189,106). Sum of RGB (Red+Green+Blue) = 197+189+106=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 189 (74.22% from 255 or 38.41% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BD6A is #3A4295. Grayscale: #B6B6B6. Windows color (decimal): -3818134 or 6995397. OLE color: 6995397.

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

Color convert

RGB197189106-
CMYK00.040.460.23
HSL54.73º43.96%59.41%-
HSV(B)54.73º46.19%77.25%-
XYZ43.8349.3120.84-
YUV181.9385.15138.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.04%
GREEN value IS 189 (74.22% from 255) = 38.41%
BLUE value IS 106 (41.80% from 255) = 21.54%
R=40.04%
G=38.41%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718910600.040.460.2354.7343.9659.41
HexC5BD6A042E17372c3b
Octal305275152045627675473
Binary11000101101111011101010010010111010111110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BD6A; }

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

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

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

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

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

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

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

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