#C5B972

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

Shades of Dark Khaki #C5B972

Tints of Dark Khaki #C5B972

Color information

#C5B972 (or 0xC5B972) is unknown color: approx Dark Khaki. HEX triplet: C5, B9 and 72. RGB value is (197,185,114). Sum of RGB (Red+Green+Blue) = 197+185+114=496 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.72% from 496); Green value is 185 (72.66% from 255 or 37.30% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B972 is #3A468D. Grayscale: #B4B4B4. Windows color (decimal): -3819150 or 7518661. OLE color: 7518661.

HSL color Cylindrical-coordinate representation of color #C5B972: hue angle of 51.33º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C5B972 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB197185114-
CMYK00.060.420.23
HSL51.33º41.71%60.98%-
HSV(B)51.33º42.13%77.25%-
XYZ43.4147.7822.85-
YUV180.4990.48139.77-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.72%
GREEN value IS 185 (72.66% from 255) = 37.30%
BLUE value IS 114 (44.92% from 255) = 22.98%
R=39.72%
G=37.30%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718511400.060.420.2351.3341.7160.98
HexC5B972062A17332a3d
Octal305271162065227635275
Binary11000101101110011110010011010101010111110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B972; }

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

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

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

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

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

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

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

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