#C6D696

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

Shades of Sprout #C6D696

Tints of Sprout #C6D696

Color information

#C6D696 (or 0xC6D696) is unknown color: approx Sprout. HEX triplet: C6, D6 and 96. RGB value is (198,214,150). Sum of RGB (Red+Green+Blue) = 198+214+150=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 214 (83.98% from 255 or 38.08% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D696 is #392969. Grayscale: #CACACA. Windows color (decimal): -3746154 or 9885382. OLE color: 9885382.

HSL color Cylindrical-coordinate representation of color #C6D696: hue angle of 75º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6D696 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB198214150-
CMYK0.0700.300.16
HSL75º43.84%71.37%-
HSV(B)75º29.91%83.92%-
XYZ52.8462.338.09-
YUV201.9298.7125.2-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 35.23%
GREEN value IS 214 (83.98% from 255) = 38.08%
BLUE value IS 150 (58.98% from 255) = 26.69%
R=35.23%
G=38.08%
B=26.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982141500.0700.300.167543.8471.37
HexC6D696701E104b2c47
Octal30632622670362011354107
Binary1100011011010110100101101110111101000010010111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D696; }

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

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

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

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

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

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

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

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