#C4BC5E

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

Shades of Dark Khaki #C4BC5E

Tints of Dark Khaki #C4BC5E

Color information

#C4BC5E (or 0xC4BC5E) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 5E. RGB value is (196,188,94). Sum of RGB (Red+Green+Blue) = 196+188+94=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC5E is #3B43A1. Grayscale: #B4B4B4. Windows color (decimal): -3883938 or 6208708. OLE color: 6208708.

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

Color convert

RGB19618894-
CMYK00.040.520.23
HSL55.29º46.36%56.86%-
HSV(B)55.29º52.04%76.86%-
XYZ42.7748.5117.7-
YUV179.6879.65139.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 188 (73.83% from 255) = 39.33%
BLUE value IS 94 (37.11% from 255) = 19.67%
R=41.00%
G=39.33%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961889400.040.520.2355.2946.3656.86
HexC4BC5E043417372e39
Octal304274136046427675671
Binary11000100101111001011110010011010010111110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC5E; }

 p { color: rgb(196,188,94); }

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

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

 a { background-color: rgb(196,188,94); }

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

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

 span { border-color: rgb(196,188,94); }

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