#C4BD6C

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

Shades of Dark Khaki #C4BD6C

Tints of Dark Khaki #C4BD6C

Color information

#C4BD6C (or 0xC4BD6C) is unknown color: approx Dark Khaki. HEX triplet: C4, BD and 6C. RGB value is (196,189,108). Sum of RGB (Red+Green+Blue) = 196+189+108=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 189 (74.22% from 255 or 38.34% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BD6C is #3B4293. Grayscale: #B6B6B6. Windows color (decimal): -3883668 or 7126468. OLE color: 7126468.

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

Color convert

RGB196189108-
CMYK00.040.450.23
HSL55.23º42.72%59.61%-
HSV(B)55.23º44.9%76.86%-
XYZ43.6749.2121.38-
YUV181.8686.32138.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 189 (74.22% from 255) = 38.34%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=39.76%
G=38.34%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618910800.040.450.2355.2342.7259.61
HexC4BD6C042D17372b3c
Octal304275154045527675374
Binary11000100101111011101100010010110110111110111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BD6C; }

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

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

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

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

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

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

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

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