#C2D49E

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

Shades of Sprout #C2D49E

Tints of Sprout #C2D49E

Color information

#C2D49E (or 0xC2D49E) is unknown color: approx Sprout. HEX triplet: C2, D4 and 9E. RGB value is (194,212,158). Sum of RGB (Red+Green+Blue) = 194+212+158=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D49E is #3D2B61. Grayscale: #C8C8C8. Windows color (decimal): -4008802 or 10409154. OLE color: 10409154.

HSL color Cylindrical-coordinate representation of color #C2D49E: hue angle of 80º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2D49E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB194212158-
CMYK0.0800.250.17
HSL80º38.57%72.55%-
HSV(B)80º25.47%83.14%-
XYZ51.9661.0241.39-
YUV200.46104.04123.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.40%
GREEN value IS 212 (83.20% from 255) = 37.59%
BLUE value IS 158 (62.11% from 255) = 28.01%
R=34.40%
G=37.59%
B=28.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1942121580.0800.250.178038.5772.55
HexC2D49E801911502749
Octal302324236100312112047111
Binary11000010110101001001111010000110011000110100001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D49E; }

 p { color: rgb(194,212,158); }

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

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

 a { background-color: rgb(194,212,158); }

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

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

 span { border-color: rgb(194,212,158); }

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