#94C882

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

Shades of Gossip #94C882

Tints of Gossip #94C882

Color information

#94C882 (or 0x94C882) is unknown color: approx Gossip. HEX triplet: 94, C8 and 82. RGB value is (148,200,130). Sum of RGB (Red+Green+Blue) = 148+200+130=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 200 (78.52% from 255 or 41.84% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 200 - color contains mainly: green. Hex color #94C882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C882 is #6B377D. Grayscale: #B0B0B0. Windows color (decimal): -7026558 or 8571028. OLE color: 8571028.

HSL color Cylindrical-coordinate representation of color #94C882: hue angle of 104.57º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94C882 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB148200130-
CMYK0.2600.350.22
HSL104.57º38.89%64.71%-
HSV(B)104.57º35%78.43%-
XYZ36.949.2228.67-
YUV176.47101.77107.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 200 (78.52% from 255) = 41.84%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=30.96%
G=41.84%
B=27.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001300.2600.350.22104.5738.8964.71
Hex94C8821A02316692741
Octal224310202320432615147101
Binary1001010011001000100000101101001000111011011010011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,200,130); }

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

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

 a { background-color: rgb(148,200,130); }

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

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

 span { border-color: rgb(148,200,130); }

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