#C2BD63

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

Shades of Dark Khaki #C2BD63

Tints of Dark Khaki #C2BD63

Color information

#C2BD63 (or 0xC2BD63) is unknown color: approx Dark Khaki. HEX triplet: C2, BD and 63. RGB value is (194,189,99). Sum of RGB (Red+Green+Blue) = 194+189+99=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 99 (39.06% from 255 or 20.54% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2BD63 is #3D429C. Grayscale: #B4B4B4. Windows color (decimal): -4014749 or 6536642. OLE color: 6536642.

HSL color Cylindrical-coordinate representation of color #C2BD63: hue angle of 56.84º 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 #C2BD63 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB19418999-
CMYK00.030.490.24
HSL56.84º43.78%57.45%-
HSV(B)56.84º48.97%76.08%-
XYZ42.748.7718.97-
YUV180.2482.16137.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 189 (74.22% from 255) = 39.21%
BLUE value IS 99 (39.06% from 255) = 20.54%
R=40.25%
G=39.21%
B=20.54%

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
Decimal1941899900.030.490.2456.8443.7857.45
HexC2BD63033118392c39
Octal302275143036130715471
Binary1100001010111101110001101111000111000111001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BD63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BD63; }

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

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

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

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

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

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

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

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