#C1BA5F

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

Shades of Dark Khaki #C1BA5F

Tints of Dark Khaki #C1BA5F

Color information

#C1BA5F (or 0xC1BA5F) is unknown color: approx Dark Khaki. HEX triplet: C1, BA and 5F. RGB value is (193,186,95). Sum of RGB (Red+Green+Blue) = 193+186+95=474 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.72% from 474); Green value is 186 (73.05% from 255 or 39.24% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA5F is #3E45A0. Grayscale: #B2B2B2. Windows color (decimal): -4081057 or 6273729. OLE color: 6273729.

HSL color Cylindrical-coordinate representation of color #C1BA5F: hue angle of 55.71º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1BA5F is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19318695-
CMYK00.040.510.24
HSL55.71º44.14%56.47%-
HSV(B)55.71º50.78%75.69%-
XYZ41.6247.2817.76-
YUV177.7281.32138.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.72%
GREEN value IS 186 (73.05% from 255) = 39.24%
BLUE value IS 95 (37.5% from 255) = 20.04%
R=40.72%
G=39.24%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931869500.040.510.2455.7144.1456.47
HexC1BA5F043318382c38
Octal301272137046330705470
Binary11000001101110101011111010011001111000111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA5F; }

 p { color: rgb(193,186,95); }

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

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

 a { background-color: rgb(193,186,95); }

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

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

 span { border-color: rgb(193,186,95); }

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