#C5BA6E

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

Shades of Dark Khaki #C5BA6E

Tints of Dark Khaki #C5BA6E

Color information

#C5BA6E (or 0xC5BA6E) is unknown color: approx Dark Khaki. HEX triplet: C5, BA and 6E. RGB value is (197,186,110). Sum of RGB (Red+Green+Blue) = 197+186+110=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BA6E is #3A4591. Grayscale: #B4B4B4. Windows color (decimal): -3818898 or 7256773. OLE color: 7256773.

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

Color convert

RGB197186110-
CMYK00.060.440.23
HSL52.41º42.86%60.2%-
HSV(B)52.41º44.16%77.25%-
XYZ43.448.1121.75-
YUV180.6288.14139.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 186 (73.05% from 255) = 37.73%
BLUE value IS 110 (43.36% from 255) = 22.31%
R=39.96%
G=37.73%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718611000.060.440.2352.4142.8660.2
HexC5BA6E062C17342b3c
Octal305272156065427645374
Binary11000101101110101101110011010110010111110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BA6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BA6E; }

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

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

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

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

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

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

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

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