#C1D995

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

Shades of Sprout #C1D995

Tints of Sprout #C1D995

Color information

#C1D995 (or 0xC1D995) is unknown color: approx Sprout. HEX triplet: C1, D9 and 95. RGB value is (193,217,149). Sum of RGB (Red+Green+Blue) = 193+217+149=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 217 (85.16% from 255 or 38.82% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D995 is #3E266A. Grayscale: #CACACA. Windows color (decimal): -4073067 or 9820609. OLE color: 9820609.

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

Color convert

RGB193217149-
CMYK0.1100.310.15
HSL81.18º47.22%71.76%-
HSV(B)81.18º31.34%85.1%-
XYZ52.2363.1337.87-
YUV202.0798.05121.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.53%
GREEN value IS 217 (85.16% from 255) = 38.82%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=34.53%
G=38.82%
B=26.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1932171490.1100.310.1581.1847.2271.76
HexC1D995B01FF512f48
Octal301331225130371712157110
Binary1100000111011001100101011011011111111110100011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D995; }

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

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

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

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

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

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

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

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