#C4DC94

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

Shades of Sprout #C4DC94

Tints of Sprout #C4DC94

Color information

#C4DC94 (or 0xC4DC94) is unknown color: approx Sprout. HEX triplet: C4, DC and 94. RGB value is (196,220,148). Sum of RGB (Red+Green+Blue) = 196+220+148=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC94 is #3B236B. Grayscale: #CCCCCC. Windows color (decimal): -3875692 or 9755844. OLE color: 9755844.

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

Color convert

RGB196220148-
CMYK0.1100.330.14
HSL80º50.7%72.16%-
HSV(B)80º32.73%86.27%-
XYZ53.765.0637.74-
YUV204.6296.05121.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.75%
GREEN value IS 220 (86.33% from 255) = 39.01%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=34.75%
G=39.01%
B=26.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962201480.1100.330.148050.772.16
HexC4DC94B021E503348
Octal304334224130411612063110
Binary11000100110111001001010010110100001111010100001100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DC94; }

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

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

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

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

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

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

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

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