#C4BA67

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

Shades of Dark Khaki #C4BA67

Tints of Dark Khaki #C4BA67

Color information

#C4BA67 (or 0xC4BA67) is unknown color: approx Dark Khaki. HEX triplet: C4, BA and 67. RGB value is (196,186,103). Sum of RGB (Red+Green+Blue) = 196+186+103=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 103 (40.62% from 255 or 21.24% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA67 is #3B4598. Grayscale: #B3B3B3. Windows color (decimal): -3884441 or 6798020. OLE color: 6798020.

HSL color Cylindrical-coordinate representation of color #C4BA67: hue angle of 53.55º 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 #C4BA67 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB196186103-
CMYK00.050.470.23
HSL53.55º44.08%58.63%-
HSV(B)53.55º47.45%76.86%-
XYZ42.7747.8319.81-
YUV179.5384.81139.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 186 (73.05% from 255) = 38.35%
BLUE value IS 103 (40.62% from 255) = 21.24%
R=40.41%
G=38.35%
B=21.24%

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
Decimal19618610300.050.470.2353.5544.0858.63
HexC4BA67052F17362c3b
Octal304272147055727665473
Binary11000100101110101100111010110111110111110110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA67; }

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

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

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

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

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

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

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

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