#9EC484

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

Shades of Gossip #9EC484

Tints of Gossip #9EC484

Color information

#9EC484 (or 0x9EC484) is unknown color: approx Gossip. HEX triplet: 9E, C4 and 84. RGB value is (158,196,132). Sum of RGB (Red+Green+Blue) = 158+196+132=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 196 (76.95% from 255 or 40.33% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC484 is #613B7B. Grayscale: #B1B1B1. Windows color (decimal): -6372220 or 8701086. OLE color: 8701086.

HSL color Cylindrical-coordinate representation of color #9EC484: hue angle of 95.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EC484 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB158196132-
CMYK0.1900.330.23
HSL95.62º35.16%64.31%-
HSV(B)95.62º32.65%76.86%-
XYZ38.0148.4129.17-
YUV177.34102.41114.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.51%
GREEN value IS 196 (76.95% from 255) = 40.33%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=32.51%
G=40.33%
B=27.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1581961320.1900.330.2395.6235.1664.31
Hex9EC4841302117602340
Octal236304204230412714043100
Binary1001111011000100100001001001101000011011111000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EC484; }

 p { color: rgb(158,196,132); }

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

<style>
 a { background-color: #9EC484; }

 a { background-color: rgb(158,196,132); }

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

<style>
 span { border-color: #9EC484; }

 span { border-color: rgb(158,196,132); }

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