#C1D993

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

Shades of Sprout #C1D993

Tints of Sprout #C1D993

Color information

#C1D993 (or 0xC1D993) is unknown color: approx Sprout. HEX triplet: C1, D9 and 93. RGB value is (193,217,147). Sum of RGB (Red+Green+Blue) = 193+217+147=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 217 (85.16% from 255 or 38.96% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D993 is #3E266C. Grayscale: #CACACA. Windows color (decimal): -4073069 or 9689537. OLE color: 9689537.

HSL color Cylindrical-coordinate representation of color #C1D993: hue angle of 80.57º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C1D993 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB193217147-
CMYK0.1100.320.15
HSL80.57º47.95%71.37%-
HSV(B)80.57º32.26%85.1%-
XYZ52.0763.0737.03-
YUV201.8497.05121.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 217 (85.16% from 255) = 38.96%
BLUE value IS 147 (57.81% from 255) = 26.39%
R=34.65%
G=38.96%
B=26.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932171470.1100.320.1580.5747.9571.37
HexC1D993B020F513047
Octal301331223130401712160107
Binary11000001110110011001001110110100000111110100011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D993; }

 p { color: rgb(193,217,147); }

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

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

 a { background-color: rgb(193,217,147); }

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

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

 span { border-color: rgb(193,217,147); }

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