#C0D29F

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

Shades of Sprout #C0D29F

Tints of Sprout #C0D29F

Color information

#C0D29F (or 0xC0D29F) is unknown color: approx Sprout. HEX triplet: C0, D2 and 9F. RGB value is (192,210,159). Sum of RGB (Red+Green+Blue) = 192+210+159=561 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.22% from 561); Green value is 210 (82.42% from 255 or 37.43% from 561); Blue value is 159 (62.5% from 255 or 28.34% from 561); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D29F is #3F2D60. Grayscale: #C6C6C6. Windows color (decimal): -4140385 or 10474176. OLE color: 10474176.

HSL color Cylindrical-coordinate representation of color #C0D29F: hue angle of 81.18º degrees, saturation: 0.36, 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 #C0D29F is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.

Color convert

RGB192210159-
CMYK0.0900.240.18
HSL81.18º36.17%72.35%-
HSV(B)81.18º24.29%82.35%-
XYZ51.0459.841.65-
YUV198.8105.54123.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.22%
GREEN value IS 210 (82.42% from 255) = 37.43%
BLUE value IS 159 (62.5% from 255) = 28.34%
R=34.22%
G=37.43%
B=28.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922101590.0900.240.1881.1836.1772.35
HexC0D29F901812512448
Octal300322237110302212144110
Binary11000000110100101001111110010110001001010100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D29F; }

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

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

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

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

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

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

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

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