#97C383

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

Shades of Gossip #97C383

Tints of Gossip #97C383

Color information

#97C383 (or 0x97C383) is unknown color: approx Gossip. HEX triplet: 97, C3 and 83. RGB value is (151,195,131). Sum of RGB (Red+Green+Blue) = 151+195+131=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 195 (76.56% from 255 or 40.88% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 195 - color contains mainly: green. Hex color #97C383 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C383 is #683C7C. Grayscale: #AEAEAE. Windows color (decimal): -6831229 or 8635287. OLE color: 8635287.

HSL color Cylindrical-coordinate representation of color #97C383: hue angle of 101.25º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97C383 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB151195131-
CMYK0.2300.330.24
HSL101.25º34.78%63.92%-
HSV(B)101.25º32.82%76.47%-
XYZ36.3747.2528.68-
YUV174.55103.42111.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 195 (76.56% from 255) = 40.88%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=31.66%
G=40.88%
B=27.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951310.2300.330.24101.2534.7863.92
Hex97C3831702118652340
Octal227303203270413014543100
Binary1001011111000011100000111011101000011100011001011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97C383; }

 p { color: rgb(151,195,131); }

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

<style>
 a { background-color: #97C383; }

 a { background-color: rgb(151,195,131); }

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

<style>
 span { border-color: #97C383; }

 span { border-color: rgb(151,195,131); }

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