#C2BC63

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

Shades of Dark Khaki #C2BC63

Tints of Dark Khaki #C2BC63

Color information

#C2BC63 (or 0xC2BC63) is unknown color: approx Dark Khaki. HEX triplet: C2, BC and 63. RGB value is (194,188,99). Sum of RGB (Red+Green+Blue) = 194+188+99=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 99 (39.06% from 255 or 20.58% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BC63 is #3D439C. Grayscale: #B4B4B4. Windows color (decimal): -4015005 or 6536386. OLE color: 6536386.

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

Color convert

RGB19418899-
CMYK00.030.490.24
HSL56.21º43.78%57.45%-
HSV(B)56.21º48.97%76.08%-
XYZ42.4848.3418.9-
YUV179.6582.49138.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 99 (39.06% from 255) = 20.58%
R=40.33%
G=39.09%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941889900.030.490.2456.2143.7857.45
HexC2BC63033118382c39
Octal302274143036130705471
Binary1100001010111100110001101111000111000111000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC63; }

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

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

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

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

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

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

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

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