#94C888

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

Shades of Gossip #94C888

Tints of Gossip #94C888

Color information

#94C888 (or 0x94C888) is unknown color: approx Gossip. HEX triplet: 94, C8 and 88. RGB value is (148,200,136). Sum of RGB (Red+Green+Blue) = 148+200+136=484 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.58% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 200 - color contains mainly: green. Hex color #94C888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C888 is #6B3777. Grayscale: #B1B1B1. Windows color (decimal): -7026552 or 8964244. OLE color: 8964244.

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

Color convert

RGB148200136-
CMYK0.2600.320.22
HSL108.75º36.78%65.88%-
HSV(B)108.75º32%78.43%-
XYZ37.3149.3830.86-
YUV177.16104.77107.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.58%
GREEN value IS 200 (78.52% from 255) = 41.32%
BLUE value IS 136 (53.52% from 255) = 28.10%
R=30.58%
G=41.32%
B=28.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001360.2600.320.22108.7536.7865.88
Hex94C8881A020166d2542
Octal224310210320402615545102
Binary1001010011001000100010001101001000001011011011011001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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