#C4BD6D

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

Shades of Dark Khaki #C4BD6D

Tints of Dark Khaki #C4BD6D

Color information

#C4BD6D (or 0xC4BD6D) is unknown color: approx Dark Khaki. HEX triplet: C4, BD and 6D. RGB value is (196,189,109). Sum of RGB (Red+Green+Blue) = 196+189+109=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD6D is #3B4292. Grayscale: #B6B6B6. Windows color (decimal): -3883667 or 7192004. OLE color: 7192004.

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

Color convert

RGB196189109-
CMYK00.040.440.23
HSL55.17º42.44%59.8%-
HSV(B)55.17º44.39%76.86%-
XYZ43.7249.2421.67-
YUV181.9786.82138-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 189 (74.22% from 255) = 38.26%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=39.68%
G=38.26%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618910900.040.440.2355.1742.4459.8
HexC4BD6D042C17372a3c
Octal304275155045427675274
Binary11000100101111011101101010010110010111110111101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD6D; }

 p { color: rgb(196,189,109); }

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

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

 a { background-color: rgb(196,189,109); }

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

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

 span { border-color: rgb(196,189,109); }

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