#90C481

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

Shades of Gossip #90C481

Tints of Gossip #90C481

Color information

#90C481 (or 0x90C481) is unknown color: approx Gossip. HEX triplet: 90, C4 and 81. RGB value is (144,196,129). Sum of RGB (Red+Green+Blue) = 144+196+129=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 196 (76.95% from 255 or 41.79% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 196 - color contains mainly: green. Hex color #90C481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C481 is #6F3B7E. Grayscale: #ADADAD. Windows color (decimal): -7289727 or 8504464. OLE color: 8504464.

HSL color Cylindrical-coordinate representation of color #90C481: hue angle of 106.57º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90C481 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB144196129-
CMYK0.2700.340.23
HSL106.57º36.22%63.73%-
HSV(B)106.57º34.18%76.86%-
XYZ35.246.9927.98-
YUV172.81103.27107.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.70%
GREEN value IS 196 (76.95% from 255) = 41.79%
BLUE value IS 129 (50.78% from 255) = 27.51%
R=30.70%
G=41.79%
B=27.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1441961290.2700.340.23106.5736.2263.73
Hex90C4811B022176b2440
Octal220304201330422715344100
Binary1001000011000100100000011101101000101011111010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90C481; }

 p { color: rgb(144,196,129); }

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

<style>
 a { background-color: #90C481; }

 a { background-color: rgb(144,196,129); }

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

<style>
 span { border-color: #90C481; }

 span { border-color: rgb(144,196,129); }

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