#C0D192

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

Shades of Sprout #C0D192

Tints of Sprout #C0D192

Color information

#C0D192 (or 0xC0D192) is unknown color: approx Sprout. HEX triplet: C0, D1 and 92. RGB value is (192,209,146). Sum of RGB (Red+Green+Blue) = 192+209+146=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 209 (82.03% from 255 or 38.21% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 209 - color contains mainly: green. Hex color #C0D192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D192 is #3F2E6D. Grayscale: #C4C4C4. Windows color (decimal): -4140654 or 9621952. OLE color: 9621952.

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

Color convert

RGB192209146-
CMYK0.0800.300.18
HSL76.19º40.65%69.61%-
HSV(B)76.19º30.14%81.96%-
XYZ49.7358.8835.94-
YUV196.7499.37124.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.10%
GREEN value IS 209 (82.03% from 255) = 38.21%
BLUE value IS 146 (57.42% from 255) = 26.69%
R=35.10%
G=38.21%
B=26.69%

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
Decimal1922091460.0800.300.1876.1940.6569.61
HexC0D192801E124c2946
Octal300321222100362211451106
Binary11000000110100011001001010000111101001010011001010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D192; }

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

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

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

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

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

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

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

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