#C3BA5C

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

Shades of Dark Khaki #C3BA5C

Tints of Dark Khaki #C3BA5C

Color information

#C3BA5C (or 0xC3BA5C) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 5C. RGB value is (195,186,92). Sum of RGB (Red+Green+Blue) = 195+186+92=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 92 (36.33% from 255 or 19.45% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA5C is #3C45A3. Grayscale: #B2B2B2. Windows color (decimal): -3949988 or 6077123. OLE color: 6077123.

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

Color convert

RGB19518692-
CMYK00.050.530.24
HSL54.76º46.19%56.27%-
HSV(B)54.76º52.82%76.47%-
XYZ4247.4917.08-
YUV177.9879.48140.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 186 (73.05% from 255) = 39.32%
BLUE value IS 92 (36.33% from 255) = 19.45%
R=41.23%
G=39.32%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951869200.050.530.2454.7646.1956.27
HexC3BA5C053518372e38
Octal303272134056530675670
Binary11000011101110101011100010111010111000110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA5C; }

 p { color: rgb(195,186,92); }

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

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

 a { background-color: rgb(195,186,92); }

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

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

 span { border-color: rgb(195,186,92); }

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