#97CE8A

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

Shades of Gossip #97CE8A

Tints of Gossip #97CE8A

Color information

#97CE8A (or 0x97CE8A) is unknown color: approx Gossip. HEX triplet: 97, CE and 8A. RGB value is (151,206,138). Sum of RGB (Red+Green+Blue) = 151+206+138=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 138 (54.30% from 255 or 27.88% from 495); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CE8A is #683175. Grayscale: #B6B6B6. Windows color (decimal): -6828406 or 9096855. OLE color: 9096855.

HSL color Cylindrical-coordinate representation of color #97CE8A: hue angle of 108.53º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97CE8A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB151206138-
CMYK0.2700.330.19
HSL108.53º40.96%67.45%-
HSV(B)108.53º33.01%80.78%-
XYZ39.4252.5632.11-
YUV181.8103.28106.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.51%
GREEN value IS 206 (80.86% from 255) = 41.62%
BLUE value IS 138 (54.30% from 255) = 27.88%
R=30.51%
G=41.62%
B=27.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512061380.2700.330.19108.5340.9667.45
Hex97CE8A1B021136d2943
Octal227316212330412315551103
Binary1001011111001110100010101101101000011001111011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,206,138); }

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

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

 a { background-color: rgb(151,206,138); }

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

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

 span { border-color: rgb(151,206,138); }

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