#97CC83

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

Shades of Gossip #97CC83

Tints of Gossip #97CC83

Color information

#97CC83 (or 0x97CC83) is unknown color: approx Gossip. HEX triplet: 97, CC and 83. RGB value is (151,204,131). Sum of RGB (Red+Green+Blue) = 151+204+131=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CC83 is #68337C. Grayscale: #B4B4B4. Windows color (decimal): -6828925 or 8637591. OLE color: 8637591.

HSL color Cylindrical-coordinate representation of color #97CC83: hue angle of 103.56º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97CC83 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB151204131-
CMYK0.2600.360.2
HSL103.56º41.71%65.69%-
HSV(B)103.56º35.78%80%-
XYZ38.4551.429.37-
YUV179.83100.44107.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.07%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=31.07%
G=41.98%
B=26.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041310.2600.360.2103.5641.7165.69
Hex97CC831A02414682a42
Octal227314203320442415052102
Binary1001011111001100100000111101001001001010011010001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,204,131); }

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

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

 a { background-color: rgb(151,204,131); }

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

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

 span { border-color: rgb(151,204,131); }

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