#C4DC98

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

Shades of Sprout #C4DC98

Tints of Sprout #C4DC98

Color information

#C4DC98 (or 0xC4DC98) is unknown color: approx Sprout. HEX triplet: C4, DC and 98. RGB value is (196,220,152). Sum of RGB (Red+Green+Blue) = 196+220+152=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 220 (86.33% from 255 or 38.73% from 568); Blue value is 152 (59.77% from 255 or 26.76% from 568); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC98 is #3B2367. Grayscale: #CDCDCD. Windows color (decimal): -3875688 or 10017988. OLE color: 10017988.

HSL color Cylindrical-coordinate representation of color #C4DC98: hue angle of 81.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4DC98 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB196220152-
CMYK0.1100.310.14
HSL81.18º49.28%72.94%-
HSV(B)81.18º30.91%86.27%-
XYZ54.0365.1939.44-
YUV205.0798.05121.53-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 220 (86.33% from 255) = 38.73%
BLUE value IS 152 (59.77% from 255) = 26.76%
R=34.51%
G=38.73%
B=26.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201520.1100.310.1481.1849.2872.94
HexC4DC98B01FE513149
Octal304334230130371612161111
Binary1100010011011100100110001011011111111010100011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DC98; }

 p { color: rgb(196,220,152); }

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

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

 a { background-color: rgb(196,220,152); }

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

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

 span { border-color: rgb(196,220,152); }

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