#97C084

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

Shades of Gossip #97C084

Tints of Gossip #97C084

Color information

#97C084 (or 0x97C084) is unknown color: approx Gossip. HEX triplet: 97, C0 and 84. RGB value is (151,192,132). Sum of RGB (Red+Green+Blue) = 151+192+132=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 192 - color contains mainly: green. Hex color #97C084 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C084 is #683F7B. Grayscale: #ADADAD. Windows color (decimal): -6831996 or 8700055. OLE color: 8700055.

HSL color Cylindrical-coordinate representation of color #97C084: hue angle of 101º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97C084 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB151192132-
CMYK0.2100.310.25
HSL101º32.26%63.53%-
HSV(B)101º31.25%75.29%-
XYZ35.7845.9428.81-
YUV172.9104.92112.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=31.79%
G=40.42%
B=27.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511921320.2100.310.2510132.2663.53
Hex97C0841501F19652040
Octal227300204250373114540100
Binary100101111100000010000100101010111111100111001011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,192,132); }

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

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

 a { background-color: rgb(151,192,132); }

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

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

 span { border-color: rgb(151,192,132); }

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