#C2BC6C

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

Shades of Dark Khaki #C2BC6C

Tints of Dark Khaki #C2BC6C

Color information

#C2BC6C (or 0xC2BC6C) is unknown color: approx Dark Khaki. HEX triplet: C2, BC and 6C. RGB value is (194,188,108). Sum of RGB (Red+Green+Blue) = 194+188+108=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC6C is #3D4393. Grayscale: #B4B4B4. Windows color (decimal): -4014996 or 7126210. OLE color: 7126210.

HSL color Cylindrical-coordinate representation of color #C2BC6C: hue angle of 55.81º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2BC6C is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB194188108-
CMYK00.030.440.24
HSL55.81º41.35%59.22%-
HSV(B)55.81º44.33%76.08%-
XYZ42.9448.5221.29-
YUV180.6786.99137.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 108 (42.58% from 255) = 22.04%
R=39.59%
G=38.37%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418810800.030.440.2455.8141.3559.22
HexC2BC6C032C1838293b
Octal302274154035430705173
Binary1100001010111100110110001110110011000111000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC6C; }

 p { color: rgb(194,188,108); }

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

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

 a { background-color: rgb(194,188,108); }

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

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

 span { border-color: rgb(194,188,108); }

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