#C6D693

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

Shades of Sprout #C6D693

Tints of Sprout #C6D693

Color information

#C6D693 (or 0xC6D693) is unknown color: approx Sprout. HEX triplet: C6, D6 and 93. RGB value is (198,214,147). Sum of RGB (Red+Green+Blue) = 198+214+147=559 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.42% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D693 is #39296C. Grayscale: #C9C9C9. Windows color (decimal): -3746157 or 9688774. OLE color: 9688774.

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

Color convert

RGB198214147-
CMYK0.0700.310.16
HSL74.33º44.97%70.78%-
HSV(B)74.33º31.31%83.92%-
XYZ52.662.2136.84-
YUV201.5897.2125.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.42%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=35.42%
G=38.28%
B=26.30%

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
Decimal1982141470.0700.310.1674.3344.9770.78
HexC6D693701F104a2d47
Octal30632622370372011255107
Binary1100011011010110100100111110111111000010010101011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D693; }

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

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

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

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

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

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

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

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