#C0D09F

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

Shades of Sprout #C0D09F

Tints of Sprout #C0D09F

Color information

#C0D09F (or 0xC0D09F) is unknown color: approx Sprout. HEX triplet: C0, D0 and 9F. RGB value is (192,208,159). Sum of RGB (Red+Green+Blue) = 192+208+159=559 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.35% from 559); Green value is 208 (81.64% from 255 or 37.21% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D09F is #3F2F60. Grayscale: #C5C5C5. Windows color (decimal): -4140897 or 10473664. OLE color: 10473664.

HSL color Cylindrical-coordinate representation of color #C0D09F: hue angle of 79.59º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0D09F is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB192208159-
CMYK0.0800.240.18
HSL79.59º34.27%71.96%-
HSV(B)79.59º23.56%81.57%-
XYZ50.5558.8241.49-
YUV197.63106.2123.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.35%
GREEN value IS 208 (81.64% from 255) = 37.21%
BLUE value IS 159 (62.5% from 255) = 28.44%
R=34.35%
G=37.21%
B=28.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081590.0800.240.1879.5934.2771.96
HexC0D09F801812502248
Octal300320237100302212042110
Binary11000000110100001001111110000110001001010100001000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D09F; }

 p { color: rgb(192,208,159); }

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

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

 a { background-color: rgb(192,208,159); }

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

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

 span { border-color: rgb(192,208,159); }

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