#C4BA68

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

Shades of Dark Khaki #C4BA68

Tints of Dark Khaki #C4BA68

Color information

#C4BA68 (or 0xC4BA68) is unknown color: approx Dark Khaki. HEX triplet: C4, BA and 68. RGB value is (196,186,104). Sum of RGB (Red+Green+Blue) = 196+186+104=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA68 is #3B4597. Grayscale: #B3B3B3. Windows color (decimal): -3884440 or 6863556. OLE color: 6863556.

HSL color Cylindrical-coordinate representation of color #C4BA68: hue angle of 53.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C4BA68 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196186104-
CMYK00.050.470.23
HSL53.48º43.81%58.82%-
HSV(B)53.48º46.94%76.86%-
XYZ42.8247.8520.08-
YUV179.6485.31139.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.33%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 104 (41.02% from 255) = 21.40%
R=40.33%
G=38.27%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618610400.050.470.2353.4843.8158.82
HexC4BA68052F17352c3b
Octal304272150055727655473
Binary11000100101110101101000010110111110111110101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA68; }

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

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

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

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

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

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

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

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