#C2D29D

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

Shades of Sprout #C2D29D

Tints of Sprout #C2D29D

Color information

#C2D29D (or 0xC2D29D) is unknown color: approx Sprout. HEX triplet: C2, D2 and 9D. RGB value is (194,210,157). Sum of RGB (Red+Green+Blue) = 194+210+157=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D29D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D29D is #3D2D62. Grayscale: #C7C7C7. Windows color (decimal): -4009315 or 10343106. OLE color: 10343106.

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

Color convert

RGB194210157-
CMYK0.0800.250.18
HSL78.11º37.06%71.96%-
HSV(B)78.11º25.24%82.35%-
XYZ51.386040.77-
YUV199.17104.2124.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 157 (61.72% from 255) = 27.99%
R=34.58%
G=37.43%
B=27.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942101570.0800.250.1878.1137.0671.96
HexC2D29D8019124e2548
Octal302322235100312211645110
Binary11000010110100101001110110000110011001010011101001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D29D; }

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

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

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

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

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

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

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

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