#C0D193

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

Shades of Sprout #C0D193

Tints of Sprout #C0D193

Color information

#C0D193 (or 0xC0D193) is unknown color: approx Sprout. HEX triplet: C0, D1 and 93. RGB value is (192,209,147). Sum of RGB (Red+Green+Blue) = 192+209+147=548 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.04% from 548); Green value is 209 (82.03% from 255 or 38.14% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D193 is #3F2E6C. Grayscale: #C5C5C5. Windows color (decimal): -4140653 or 9687488. OLE color: 9687488.

HSL color Cylindrical-coordinate representation of color #C0D193: hue angle of 76.45º degrees, saturation: 0.4, 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 #C0D193 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB192209147-
CMYK0.0800.300.18
HSL76.45º40.26%69.8%-
HSV(B)76.45º29.67%81.96%-
XYZ49.8158.9136.35-
YUV196.8599.87124.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.04%
GREEN value IS 209 (82.03% from 255) = 38.14%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=35.04%
G=38.14%
B=26.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922091470.0800.300.1876.4540.2669.8
HexC0D193801E124c2846
Octal300321223100362211450106
Binary11000000110100011001001110000111101001010011001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D193; }

 p { color: rgb(192,209,147); }

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

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

 a { background-color: rgb(192,209,147); }

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

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

 span { border-color: rgb(192,209,147); }

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