#94C879

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

Shades of Gossip #94C879

Tints of Gossip #94C879

Color information

#94C879 (or 0x94C879) is unknown color: approx Gossip. HEX triplet: 94, C8 and 79. RGB value is (148,200,121). Sum of RGB (Red+Green+Blue) = 148+200+121=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 200 (78.52% from 255 or 42.64% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 200 - color contains mainly: green. Hex color #94C879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C879 is #6B3786. Grayscale: #AFAFAF. Windows color (decimal): -7026567 or 7981204. OLE color: 7981204.

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

Color convert

RGB148200121-
CMYK0.2600.390.22
HSL99.49º41.8%62.94%-
HSV(B)99.49º39.5%78.43%-
XYZ36.3248.9825.63-
YUV175.4597.27108.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.56%
GREEN value IS 200 (78.52% from 255) = 42.64%
BLUE value IS 121 (47.66% from 255) = 25.80%
R=31.56%
G=42.64%
B=25.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1482001210.2600.390.2299.4941.862.94
Hex94C8791A02716632a3f
Octal22431017132047261435277
Binary10010100110010001111001110100100111101101100011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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