#C5BC6A

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

Shades of Dark Khaki #C5BC6A

Tints of Dark Khaki #C5BC6A

Color information

#C5BC6A (or 0xC5BC6A) is unknown color: approx Dark Khaki. HEX triplet: C5, BC and 6A. RGB value is (197,188,106). Sum of RGB (Red+Green+Blue) = 197+188+106=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC6A is #3A4395. Grayscale: #B5B5B5. Windows color (decimal): -3818390 or 6995141. OLE color: 6995141.

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

Color convert

RGB197188106-
CMYK00.050.460.23
HSL54.07º43.96%59.41%-
HSV(B)54.07º46.19%77.25%-
XYZ43.6148.8820.77-
YUV181.3485.48139.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.12%
GREEN value IS 188 (73.83% from 255) = 38.29%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=40.12%
G=38.29%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718810600.050.460.2354.0743.9659.41
HexC5BC6A052E17362c3b
Octal305274152055627665473
Binary11000101101111001101010010110111010111110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC6A; }

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

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

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

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

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

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

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

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