#C5BE6E

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

Shades of Dark Khaki #C5BE6E

Tints of Dark Khaki #C5BE6E

Color information

#C5BE6E (or 0xC5BE6E) is unknown color: approx Dark Khaki. HEX triplet: C5, BE and 6E. RGB value is (197,190,110). Sum of RGB (Red+Green+Blue) = 197+190+110=497 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.64% from 497); Green value is 190 (74.61% from 255 or 38.23% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BE6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BE6E is #3A4191. Grayscale: #B7B7B7. Windows color (decimal): -3817874 or 7257797. OLE color: 7257797.

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

Color convert

RGB197190110-
CMYK00.040.440.23
HSL55.17º42.86%60.2%-
HSV(B)55.17º44.16%77.25%-
XYZ44.2549.8222.04-
YUV182.9786.82138-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.64%
GREEN value IS 190 (74.61% from 255) = 38.23%
BLUE value IS 110 (43.36% from 255) = 22.13%
R=39.64%
G=38.23%
B=22.13%

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
Decimal19719011000.040.440.2355.1742.8660.2
HexC5BE6E042C17372b3c
Octal305276156045427675374
Binary11000101101111101101110010010110010111110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BE6E; }

 p { color: rgb(197,190,110); }

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

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

 a { background-color: rgb(197,190,110); }

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

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

 span { border-color: rgb(197,190,110); }

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