#C1BA68

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

Shades of Dark Khaki #C1BA68

Tints of Dark Khaki #C1BA68

Color information

#C1BA68 (or 0xC1BA68) is unknown color: approx Dark Khaki. HEX triplet: C1, BA and 68. RGB value is (193,186,104). Sum of RGB (Red+Green+Blue) = 193+186+104=483 (63% of max value = 765). Red value is 193 (75.78% from 255 or 39.96% from 483); Green value is 186 (73.05% from 255 or 38.51% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1BA68 is #3E4597. Grayscale: #B3B3B3. Windows color (decimal): -4081048 or 6863553. OLE color: 6863553.

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

Color convert

RGB193186104-
CMYK00.040.460.24
HSL55.28º41.78%58.24%-
HSV(B)55.28º46.11%75.69%-
XYZ42.0547.4520.04-
YUV178.7485.82138.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.96%
GREEN value IS 186 (73.05% from 255) = 38.51%
BLUE value IS 104 (41.02% from 255) = 21.53%
R=39.96%
G=38.51%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318610400.040.460.2455.2841.7858.24
HexC1BA68042E18372a3a
Octal301272150045630675272
Binary11000001101110101101000010010111011000110111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA68; }

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

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

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

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

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

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

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

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