#97C38A

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

Shades of Gossip #97C38A

Tints of Gossip #97C38A

Color information

#97C38A (or 0x97C38A) is unknown color: approx Gossip. HEX triplet: 97, C3 and 8A. RGB value is (151,195,138). Sum of RGB (Red+Green+Blue) = 151+195+138=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 195 (76.56% from 255 or 40.29% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 195 - color contains mainly: green. Hex color #97C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C38A is #683C75. Grayscale: #AFAFAF. Windows color (decimal): -6831222 or 9094039. OLE color: 9094039.

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

Color convert

RGB151195138-
CMYK0.2300.290.24
HSL106.32º32.2%65.29%-
HSV(B)106.32º29.23%76.47%-
XYZ36.8747.4431.26-
YUV175.35106.92110.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.20%
GREEN value IS 195 (76.56% from 255) = 40.29%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=31.20%
G=40.29%
B=28.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511951380.2300.290.24106.3232.265.29
Hex97C38A1701D186a2041
Octal227303212270353015240101
Binary100101111100001110001010101110111011100011010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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