#C4BC69

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

Shades of Dark Khaki #C4BC69

Tints of Dark Khaki #C4BC69

Color information

#C4BC69 (or 0xC4BC69) is unknown color: approx Dark Khaki. HEX triplet: C4, BC and 69. RGB value is (196,188,105). Sum of RGB (Red+Green+Blue) = 196+188+105=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC69 is #3B4396. Grayscale: #B5B5B5. Windows color (decimal): -3883927 or 6929604. OLE color: 6929604.

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

Color convert

RGB196188105-
CMYK00.040.460.23
HSL54.73º43.54%59.02%-
HSV(B)54.73º46.43%76.86%-
XYZ43.348.7220.49-
YUV180.9385.15138.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=40.08%
G=38.45%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618810500.040.460.2354.7343.5459.02
HexC4BC69042E17372c3b
Octal304274151045627675473
Binary11000100101111001101001010010111010111110111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BC69; }

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

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

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

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

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

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

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

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