#97D56A

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

Shades of Gossip #97D56A

Tints of Gossip #97D56A

Color information

#97D56A (or 0x97D56A) is unknown color: approx Gossip. HEX triplet: 97, D5 and 6A. RGB value is (151,213,106). Sum of RGB (Red+Green+Blue) = 151+213+106=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #97D56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D56A is #682A95. Grayscale: #B6B6B6. Windows color (decimal): -6826646 or 7001495. OLE color: 7001495.

HSL color Cylindrical-coordinate representation of color #97D56A: hue angle of 94.77º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97D56A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB151213106-
CMYK0.2900.500.16
HSL94.77º56.02%62.55%-
HSV(B)94.77º50.23%83.53%-
XYZ39.1655.2122.23-
YUV182.2684.96105.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.13%
GREEN value IS 213 (83.59% from 255) = 45.32%
BLUE value IS 106 (41.80% from 255) = 22.55%
R=32.13%
G=45.32%
B=22.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512131060.2900.500.1694.7756.0262.55
Hex97D56A1D032105f383f
Octal22732515235062201377077
Binary10010111110101011101010111010110010100001011111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,213,106); }

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

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

 a { background-color: rgb(151,213,106); }

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

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

 span { border-color: rgb(151,213,106); }

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