#C2D993

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

Shades of Sprout #C2D993

Tints of Sprout #C2D993

Color information

#C2D993 (or 0xC2D993) is unknown color: approx Sprout. HEX triplet: C2, D9 and 93. RGB value is (194,217,147). Sum of RGB (Red+Green+Blue) = 194+217+147=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 217 (85.16% from 255 or 38.89% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D993 is #3D266C. Grayscale: #CACACA. Windows color (decimal): -4007533 or 9689538. OLE color: 9689538.

HSL color Cylindrical-coordinate representation of color #C2D993: hue angle of 79.71º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2D993 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB194217147-
CMYK0.1100.320.15
HSL79.71º47.95%71.37%-
HSV(B)79.71º32.26%85.1%-
XYZ52.3363.237.04-
YUV202.1496.88122.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 217 (85.16% from 255) = 38.89%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=34.77%
G=38.89%
B=26.34%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1942171470.1100.320.1579.7147.9571.37
HexC2D993B020F503047
Octal302331223130401712060107
Binary11000010110110011001001110110100000111110100001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D993; }

 p { color: rgb(194,217,147); }

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

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

 a { background-color: rgb(194,217,147); }

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

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

 span { border-color: rgb(194,217,147); }

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