#C6D794

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

Shades of Sprout #C6D794

Tints of Sprout #C6D794

Color information

#C6D794 (or 0xC6D794) is unknown color: approx Sprout. HEX triplet: C6, D7 and 94. RGB value is (198,215,148). Sum of RGB (Red+Green+Blue) = 198+215+148=561 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.29% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D794 is #39286B. Grayscale: #CACACA. Windows color (decimal): -3745900 or 9754566. OLE color: 9754566.

HSL color Cylindrical-coordinate representation of color #C6D794: hue angle of 75.22º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6D794 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB198215148-
CMYK0.0800.310.16
HSL75.22º45.58%71.18%-
HSV(B)75.22º31.16%84.31%-
XYZ52.9362.7437.34-
YUV202.2897.37124.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.29%
GREEN value IS 215 (84.38% from 255) = 38.32%
BLUE value IS 148 (58.20% from 255) = 26.38%
R=35.29%
G=38.32%
B=26.38%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982151480.0800.310.1675.2245.5871.18
HexC6D794801F104b2e47
Octal306327224100372011356107
Binary11000110110101111001010010000111111000010010111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D794; }

 p { color: rgb(198,215,148); }

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

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

 a { background-color: rgb(198,215,148); }

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

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

 span { border-color: rgb(198,215,148); }

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