#90C080

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

Shades of Gossip #90C080

Tints of Gossip #90C080

Color information

#90C080 (or 0x90C080) is unknown color: approx Gossip. HEX triplet: 90, C0 and 80. RGB value is (144,192,128). Sum of RGB (Red+Green+Blue) = 144+192+128=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 192 - color contains mainly: green. Hex color #90C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90C080 is #6F3F7F. Grayscale: #AAAAAA. Windows color (decimal): -7290752 or 8437904. OLE color: 8437904.

HSL color Cylindrical-coordinate representation of color #90C080: hue angle of 105º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90C080 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB144192128-
CMYK0.2500.330.25
HSL105º33.68%62.75%-
HSV(B)105º33.33%75.29%-
XYZ34.2545.1927.34-
YUV170.35104.1109.2-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.03%
GREEN value IS 192 (75.39% from 255) = 41.38%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=31.03%
G=41.38%
B=27.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1441921280.2500.330.2510533.6862.75
Hex90C080190211969223f
Octal22030020031041311514277
Binary100100001100000010000000110010100001110011101001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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