#94D684

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

Shades of Gossip #94D684

Tints of Gossip #94D684

Color information

#94D684 (or 0x94D684) is unknown color: approx Gossip. HEX triplet: 94, D6 and 84. RGB value is (148,214,132). Sum of RGB (Red+Green+Blue) = 148+214+132=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 214 (83.98% from 255 or 43.32% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 214 - color contains mainly: green. Hex color #94D684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D684 is #6B297B. Grayscale: #B9B9B9. Windows color (decimal): -7022972 or 8705684. OLE color: 8705684.

HSL color Cylindrical-coordinate representation of color #94D684: hue angle of 108.29º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #94D684 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB148214132-
CMYK0.3100.380.16
HSL108.29º50%67.84%-
HSV(B)108.29º38.32%83.92%-
XYZ40.4256.0530.52-
YUV184.9298.13101.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 214 (83.98% from 255) = 43.32%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=29.96%
G=43.32%
B=26.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482141320.3100.380.16108.295067.84
Hex94D6841F026106c3244
Octal224326204370462015462104
Binary1001010011010110100001001111101001101000011011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D684; }

 p { color: rgb(148,214,132); }

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

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

 a { background-color: rgb(148,214,132); }

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

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

 span { border-color: rgb(148,214,132); }

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