#C4BC65

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

Shades of Dark Khaki #C4BC65

Tints of Dark Khaki #C4BC65

Color information

#C4BC65 (or 0xC4BC65) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 65. RGB value is (196,188,101). Sum of RGB (Red+Green+Blue) = 196+188+101=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC65 is #3B439A. Grayscale: #B4B4B4. Windows color (decimal): -3883931 or 6667460. OLE color: 6667460.

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

Color convert

RGB196188101-
CMYK00.040.480.23
HSL54.95º44.6%58.24%-
HSV(B)54.95º48.47%76.86%-
XYZ43.148.6419.43-
YUV180.4783.15139.07-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 188 (73.83% from 255) = 38.76%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=40.41%
G=38.76%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618810100.040.480.2354.9544.658.24
HexC4BC65043017372d3a
Octal304274145046027675572
Binary11000100101111001100101010011000010111110111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC65; }

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

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

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

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

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

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

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

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