#C3D995

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

Shades of Sprout #C3D995

Tints of Sprout #C3D995

Color information

#C3D995 (or 0xC3D995) is unknown color: approx Sprout. HEX triplet: C3, D9 and 95. RGB value is (195,217,149). Sum of RGB (Red+Green+Blue) = 195+217+149=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 149 (58.59% from 255 or 26.56% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #C3D995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D995 is #3C266A. Grayscale: #CACACA. Windows color (decimal): -3941995 or 9820611. OLE color: 9820611.

HSL color Cylindrical-coordinate representation of color #C3D995: hue angle of 79.41º 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 #C3D995 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB195217149-
CMYK0.1000.310.15
HSL79.41º47.22%71.76%-
HSV(B)79.41º31.34%85.1%-
XYZ52.7463.437.89-
YUV202.6797.71122.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 217 (85.16% from 255) = 38.68%
BLUE value IS 149 (58.59% from 255) = 26.56%
R=34.76%
G=38.68%
B=26.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1952171490.1000.310.1579.4147.2271.76
HexC3D995A01FF4f2f48
Octal303331225120371711757110
Binary1100001111011001100101011010011111111110011111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D995; }

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

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

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

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

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

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

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

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