#97C98B

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

Shades of Gossip #97C98B

Tints of Gossip #97C98B

Color information

#97C98B (or 0x97C98B) is unknown color: approx Gossip. HEX triplet: 97, C9 and 8B. RGB value is (151,201,139). Sum of RGB (Red+Green+Blue) = 151+201+139=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 201 - color contains mainly: green. Hex color #97C98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C98B is #683674. Grayscale: #B3B3B3. Windows color (decimal): -6829685 or 9161111. OLE color: 9161111.

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

Color convert

RGB151201139-
CMYK0.2500.310.21
HSL108.39º36.47%66.67%-
HSV(B)108.39º30.85%78.82%-
XYZ38.3150.2232.1-
YUV178.98105.44108.04-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.75%
GREEN value IS 201 (78.91% from 255) = 40.94%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=30.75%
G=40.94%
B=28.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1512011390.2500.310.21108.3936.4766.67
Hex97C98B1901F156c2443
Octal227311213310372515444103
Binary100101111100100110001011110010111111010111011001001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,201,139); }

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

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

 a { background-color: rgb(151,201,139); }

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

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

 span { border-color: rgb(151,201,139); }

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