#C6D998

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

Shades of Sprout #C6D998

Tints of Sprout #C6D998

Color information

#C6D998 (or 0xC6D998) is unknown color: approx Sprout. HEX triplet: C6, D9 and 98. RGB value is (198,217,152). Sum of RGB (Red+Green+Blue) = 198+217+152=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 152 (59.77% from 255 or 26.81% from 567); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D998 is #392667. Grayscale: #CCCCCC. Windows color (decimal): -3745384 or 10017222. OLE color: 10017222.

HSL color Cylindrical-coordinate representation of color #C6D998: hue angle of 77.54º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C6D998 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB198217152-
CMYK0.0900.300.15
HSL77.54º46.1%72.35%-
HSV(B)77.54º29.95%85.1%-
XYZ53.7763.939.21-
YUV203.9198.71123.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 217 (85.16% from 255) = 38.27%
BLUE value IS 152 (59.77% from 255) = 26.81%
R=34.92%
G=38.27%
B=26.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1982171520.0900.300.1577.5446.172.35
HexC6D998901EF4e2e48
Octal306331230110361711656110
Binary1100011011011001100110001001011110111110011101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D998; }

 p { color: rgb(198,217,152); }

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

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

 a { background-color: rgb(198,217,152); }

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

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

 span { border-color: rgb(198,217,152); }

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