#C3BA64

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

Shades of Dark Khaki #C3BA64

Tints of Dark Khaki #C3BA64

Color information

#C3BA64 (or 0xC3BA64) is unknown color: approx Dark Khaki. HEX triplet: C3, BA and 64. RGB value is (195,186,100). Sum of RGB (Red+Green+Blue) = 195+186+100=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 100 (39.45% from 255 or 20.79% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3BA64 is #3C459B. Grayscale: #B3B3B3. Windows color (decimal): -3949980 or 6601411. OLE color: 6601411.

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

Color convert

RGB195186100-
CMYK00.050.490.24
HSL54.32º44.19%57.84%-
HSV(B)54.32º48.72%76.47%-
XYZ42.3647.6419.02-
YUV178.8983.48139.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 186 (73.05% from 255) = 38.67%
BLUE value IS 100 (39.45% from 255) = 20.79%
R=40.54%
G=38.67%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518610000.050.490.2454.3244.1957.84
HexC3BA64053118362c3a
Octal303272144056130665472
Binary11000011101110101100100010111000111000110110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BA64; }

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

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

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

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

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

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

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

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