#C5B96F

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

Shades of Dark Khaki #C5B96F

Tints of Dark Khaki #C5B96F

Color information

#C5B96F (or 0xC5B96F) is unknown color: approx Dark Khaki. HEX triplet: C5, B9 and 6F. RGB value is (197,185,111). Sum of RGB (Red+Green+Blue) = 197+185+111=493 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.96% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B96F is #3A4690. Grayscale: #B4B4B4. Windows color (decimal): -3819153 or 7322053. OLE color: 7322053.

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

Color convert

RGB197185111-
CMYK00.060.440.23
HSL51.63º42.57%60.39%-
HSV(B)51.63º43.65%77.25%-
XYZ43.2447.7221.97-
YUV180.1588.98140.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.96%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 111 (43.75% from 255) = 22.52%
R=39.96%
G=37.53%
B=22.52%

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
Decimal19718511100.060.440.2351.6342.5760.39
HexC5B96F062C17342b3c
Octal305271157065427645374
Binary11000101101110011101111011010110010111110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B96F; }

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

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

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

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

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

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

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

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