#C2D192

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

Shades of Sprout #C2D192

Tints of Sprout #C2D192

Color information

#C2D192 (or 0xC2D192) is unknown color: approx Sprout. HEX triplet: C2, D1 and 92. RGB value is (194,209,146). Sum of RGB (Red+Green+Blue) = 194+209+146=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 209 (82.03% from 255 or 38.07% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D192 is #3D2E6D. Grayscale: #C5C5C5. Windows color (decimal): -4009582 or 9621954. OLE color: 9621954.

HSL color Cylindrical-coordinate representation of color #C2D192: hue angle of 74.29º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2D192 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB194209146-
CMYK0.0700.300.18
HSL74.29º40.65%69.61%-
HSV(B)74.29º30.14%81.96%-
XYZ50.2459.1535.96-
YUV197.3399.03125.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.34%
GREEN value IS 209 (82.03% from 255) = 38.07%
BLUE value IS 146 (57.42% from 255) = 26.59%
R=35.34%
G=38.07%
B=26.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942091460.0700.300.1874.2940.6569.61
HexC2D192701E124a2946
Octal30232122270362211251106
Binary1100001011010001100100101110111101001010010101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D192; }

 p { color: rgb(194,209,146); }

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

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

 a { background-color: rgb(194,209,146); }

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

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

 span { border-color: rgb(194,209,146); }

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