#C5B96A

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

Shades of Dark Khaki #C5B96A

Tints of Dark Khaki #C5B96A

Color information

#C5B96A (or 0xC5B96A) is unknown color: approx Dark Khaki. HEX triplet: C5, B9 and 6A. RGB value is (197,185,106). Sum of RGB (Red+Green+Blue) = 197+185+106=488 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.37% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B96A is #3A4695. Grayscale: #B3B3B3. Windows color (decimal): -3819158 or 6994373. OLE color: 6994373.

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

Color convert

RGB197185106-
CMYK00.060.460.23
HSL52.09º43.96%59.41%-
HSV(B)52.09º46.19%77.25%-
XYZ42.9847.6120.56-
YUV179.5886.48140.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.37%
GREEN value IS 185 (72.66% from 255) = 37.91%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=40.37%
G=37.91%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718510600.060.460.2352.0943.9659.41
HexC5B96A062E17342c3b
Octal305271152065627645473
Binary11000101101110011101010011010111010111110100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B96A; }

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

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

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

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

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

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

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

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