#97BE88

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

Shades of Gossip #97BE88

Tints of Gossip #97BE88

Color information

#97BE88 (or 0x97BE88) is unknown color: approx Gossip. HEX triplet: 97, BE and 88. RGB value is (151,190,136). Sum of RGB (Red+Green+Blue) = 151+190+136=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #97BE88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97BE88 is #684177. Grayscale: #ACACAC. Windows color (decimal): -6832504 or 8961687. OLE color: 8961687.

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

Color convert

RGB151190136-
CMYK0.2100.280.25
HSL103.33º29.35%63.92%-
HSV(B)103.33º28.42%74.51%-
XYZ35.6245.1830.14-
YUV172.18107.58112.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.66%
GREEN value IS 190 (74.61% from 255) = 39.83%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=31.66%
G=39.83%
B=28.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511901360.2100.280.25103.3329.3563.92
Hex97BE881501C19671d40
Octal227276210250343114735100
Binary10010111101111101000100010101011100110011100111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97BE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,190,136); }

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

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

 a { background-color: rgb(151,190,136); }

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

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

 span { border-color: rgb(151,190,136); }

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