#c2d299

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

Shades of Sprout #C2D299

Tints of Sprout #C2D299

Color information

#C2D299 (or 0xC2D299) is unknown color: approx Sprout. HEX triplet: C2, D2 and 99. RGB value is (194,210,153). Sum of RGB (Red+Green+Blue) = 194+210+153=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 210 (82.42% from 255 or 37.70% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D299 is #3D2D66. Grayscale: #C6C6C6. Windows color (decimal): -4009319 or 10080962. OLE color: 10080962.

HSL color Cylindrical-coordinate representation of color #C2D299: hue angle of 76.84º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2D299 is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB194210153-
CMYK0.0800.270.18
HSL76.84º38.78%71.18%-
HSV(B)76.84º27.14%82.35%-
XYZ51.0459.8639-
YUV198.72102.2124.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 210 (82.42% from 255) = 37.70%
BLUE value IS 153 (60.16% from 255) = 27.47%
R=34.83%
G=37.70%
B=27.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942101530.0800.270.1876.8438.7871.18
HexC2D299801B124d2747
Octal302322231100332211547107
Binary11000010110100101001100110000110111001010011011001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2d299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2d299; }

 p { color: rgb(194,210,153); }

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

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

 a { background-color: rgb(194,210,153); }

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

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

 span { border-color: rgb(194,210,153); }

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