#C4BC76

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

Shades of Dark Khaki #C4BC76

Tints of Dark Khaki #C4BC76

Color information

#C4BC76 (or 0xC4BC76) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 76. RGB value is (196,188,118). Sum of RGB (Red+Green+Blue) = 196+188+118=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC76 is #3B4389. Grayscale: #B6B6B6. Windows color (decimal): -3883914 or 7781572. OLE color: 7781572.

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

Color convert

RGB196188118-
CMYK00.040.400.23
HSL53.85º39.8%61.57%-
HSV(B)53.85º39.8%76.86%-
XYZ44.0249.0124.28-
YUV182.4191.65137.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 188 (73.83% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 23.51%
R=39.04%
G=37.45%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618811800.040.400.2353.8539.861.57
HexC4BC7604281736283e
Octal304274166045027665076
Binary11000100101111001110110010010100010111110110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC76; }

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

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

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

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

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

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

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

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