#94D586

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

Shades of Gossip #94D586

Tints of Gossip #94D586

Color information

#94D586 (or 0x94D586) is unknown color: approx Gossip. HEX triplet: 94, D5 and 86. RGB value is (148,213,134). Sum of RGB (Red+Green+Blue) = 148+213+134=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 134 (52.73% from 255 or 27.07% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #94D586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D586 is #6B2A79. Grayscale: #B8B8B8. Windows color (decimal): -7023226 or 8836500. OLE color: 8836500.

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

Color convert

RGB148213134-
CMYK0.3100.370.16
HSL109.37º48.47%68.04%-
HSV(B)109.37º37.09%83.53%-
XYZ40.3155.6131.16-
YUV184.5699.47101.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 213 (83.59% from 255) = 43.03%
BLUE value IS 134 (52.73% from 255) = 27.07%
R=29.90%
G=43.03%
B=27.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1482131340.3100.370.16109.3748.4768.04
Hex94D5861F025106d3044
Octal224325206370452015560104
Binary1001010011010101100001101111101001011000011011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,134); }

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

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

 a { background-color: rgb(148,213,134); }

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

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

 span { border-color: rgb(148,213,134); }

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