#90C973

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

Shades of Gossip #90C973

Tints of Gossip #90C973

Color information

#90C973 (or 0x90C973) is unknown color: approx Gossip. HEX triplet: 90, C9 and 73. RGB value is (144,201,115). Sum of RGB (Red+Green+Blue) = 144+201+115=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #90C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C973 is #6F368C. Grayscale: #AEAEAE. Windows color (decimal): -7288461 or 7588240. OLE color: 7588240.

HSL color Cylindrical-coordinate representation of color #90C973: hue angle of 99.77º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #90C973 is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB144201115-
CMYK0.2800.430.21
HSL99.77º44.33%61.96%-
HSV(B)99.77º42.79%78.82%-
XYZ35.4848.9423.8-
YUV174.1594.62106.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 201 (78.91% from 255) = 43.70%
BLUE value IS 115 (45.31% from 255) = 25%
R=31.30%
G=43.70%
B=25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1442011150.2800.430.2199.7744.3361.96
Hex90C9731C02B15642c3e
Octal22031116334053251445476
Binary10010000110010011110011111000101011101011100100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,201,115); }

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

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

 a { background-color: rgb(144,201,115); }

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

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

 span { border-color: rgb(144,201,115); }

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