#C2D29C

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

Shades of Sprout #C2D29C

Tints of Sprout #C2D29C

Color information

#C2D29C (or 0xC2D29C) is unknown color: approx Sprout. HEX triplet: C2, D2 and 9C. RGB value is (194,210,156). Sum of RGB (Red+Green+Blue) = 194+210+156=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D29C is #3D2D63. Grayscale: #C7C7C7. Windows color (decimal): -4009316 or 10277570. OLE color: 10277570.

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

Color convert

RGB194210156-
CMYK0.0800.260.18
HSL77.78º37.5%71.76%-
HSV(B)77.78º25.71%82.35%-
XYZ51.359.9640.32-
YUV199.06103.7124.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.64%
GREEN value IS 210 (82.42% from 255) = 37.5%
BLUE value IS 156 (61.33% from 255) = 27.86%
R=34.64%
G=37.5%
B=27.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942101560.0800.260.1877.7837.571.76
HexC2D29C801A124e2648
Octal302322234100322211646110
Binary11000010110100101001110010000110101001010011101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D29C; }

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

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

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

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

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

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

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

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