#C4BC5F

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

Shades of Dark Khaki #C4BC5F

Tints of Dark Khaki #C4BC5F

Color information

#C4BC5F (or 0xC4BC5F) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 5F. RGB value is (196,188,95). Sum of RGB (Red+Green+Blue) = 196+188+95=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 95 (37.5% from 255 or 19.83% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC5F is #3B43A0. Grayscale: #B4B4B4. Windows color (decimal): -3883937 or 6274244. OLE color: 6274244.

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

Color convert

RGB19618895-
CMYK00.040.520.23
HSL55.25º46.12%57.06%-
HSV(B)55.25º51.53%76.86%-
XYZ42.8148.5317.94-
YUV179.7980.15139.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 188 (73.83% from 255) = 39.25%
BLUE value IS 95 (37.5% from 255) = 19.83%
R=40.92%
G=39.25%
B=19.83%

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
Decimal1961889500.040.520.2355.2546.1257.06
HexC4BC5F043417372e39
Octal304274137046427675671
Binary11000100101111001011111010011010010111110111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC5F; }

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

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

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

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

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

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

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

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