#C6D694

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

Shades of Sprout #C6D694

Tints of Sprout #C6D694

Color information

#C6D694 (or 0xC6D694) is unknown color: approx Sprout. HEX triplet: C6, D6 and 94. RGB value is (198,214,148). Sum of RGB (Red+Green+Blue) = 198+214+148=560 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.36% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D694 is #39296B. Grayscale: #C9C9C9. Windows color (decimal): -3746156 or 9754310. OLE color: 9754310.

HSL color Cylindrical-coordinate representation of color #C6D694: hue angle of 74.55º degrees, saturation: 0.45, 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 #C6D694 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB198214148-
CMYK0.0700.310.16
HSL74.55º44.59%70.98%-
HSV(B)74.55º30.84%83.92%-
XYZ52.6862.2437.25-
YUV201.6997.7125.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.36%
GREEN value IS 214 (83.98% from 255) = 38.21%
BLUE value IS 148 (58.20% from 255) = 26.43%
R=35.36%
G=38.21%
B=26.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982141480.0700.310.1674.5544.5970.98
HexC6D694701F104b2d47
Octal30632622470372011355107
Binary1100011011010110100101001110111111000010010111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D694; }

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

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

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

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

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

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

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

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