#90C880

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

Shades of Gossip #90C880

Tints of Gossip #90C880

Color information

#90C880 (or 0x90C880) is unknown color: approx Gossip. HEX triplet: 90, C8 and 80. RGB value is (144,200,128). Sum of RGB (Red+Green+Blue) = 144+200+128=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #90C880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C880 is #6F377F. Grayscale: #AFAFAF. Windows color (decimal): -7288704 or 8439952. OLE color: 8439952.

HSL color Cylindrical-coordinate representation of color #90C880: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90C880 is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB144200128-
CMYK0.2800.360.22
HSL106.67º39.56%64.31%-
HSV(B)106.67º36%78.43%-
XYZ36.0548.827.94-
YUV175.05101.45105.85-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.51%
GREEN value IS 200 (78.52% from 255) = 42.37%
BLUE value IS 128 (50.39% from 255) = 27.12%
R=30.51%
G=42.37%
B=27.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1442001280.2800.360.22106.6739.5664.31
Hex90C8801C024166b2840
Octal220310200340442615350100
Binary1001000011001000100000001110001001001011011010111010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,200,128); }

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

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

 a { background-color: rgb(144,200,128); }

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

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

 span { border-color: rgb(144,200,128); }

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