#C2D194

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

Shades of Sprout #C2D194

Tints of Sprout #C2D194

Color information

#C2D194 (or 0xC2D194) is unknown color: approx Sprout. HEX triplet: C2, D1 and 94. RGB value is (194,209,148). Sum of RGB (Red+Green+Blue) = 194+209+148=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D194 is #3D2E6B. Grayscale: #C5C5C5. Windows color (decimal): -4009580 or 9753026. OLE color: 9753026.

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

Color convert

RGB194209148-
CMYK0.0700.290.18
HSL74.75º39.87%70%-
HSV(B)74.75º29.19%81.96%-
XYZ50.3959.2136.79-
YUV197.56100.03125.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.21%
GREEN value IS 209 (82.03% from 255) = 37.93%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=35.21%
G=37.93%
B=26.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1942091480.0700.290.1874.7539.8770
HexC2D194701D124b2846
Octal30232122470352211350106
Binary1100001011010001100101001110111011001010010111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D194; }

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

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

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

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

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

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

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

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