#90BF80

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

Shades of Gossip #90BF80

Tints of Gossip #90BF80

Color information

#90BF80 (or 0x90BF80) is unknown color: approx Gossip. HEX triplet: 90, BF and 80. RGB value is (144,191,128). Sum of RGB (Red+Green+Blue) = 144+191+128=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #90BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90BF80 is #6F407F. Grayscale: #A9A9A9. Windows color (decimal): -7291008 or 8437648. OLE color: 8437648.

HSL color Cylindrical-coordinate representation of color #90BF80: hue angle of 104.76º degrees, saturation: 0.33, 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 #90BF80 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB144191128-
CMYK0.2500.330.25
HSL104.76º32.98%62.55%-
HSV(B)104.76º32.98%74.9%-
XYZ34.0344.7527.27-
YUV169.76104.43109.62-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.10%
GREEN value IS 191 (75% from 255) = 41.25%
BLUE value IS 128 (50.39% from 255) = 27.65%
R=31.10%
G=41.25%
B=27.65%

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
Decimal1441911280.2500.330.25104.7632.9862.55
Hex90BF80190211969213f
Octal22027720031041311514177
Binary100100001011111110000000110010100001110011101001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90BF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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