#97CC85

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

Shades of Gossip #97CC85

Tints of Gossip #97CC85

Color information

#97CC85 (or 0x97CC85) is unknown color: approx Gossip. HEX triplet: 97, CC and 85. RGB value is (151,204,133). Sum of RGB (Red+Green+Blue) = 151+204+133=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CC85 is #68337A. Grayscale: #B4B4B4. Windows color (decimal): -6828923 or 8768663. OLE color: 8768663.

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

Color convert

RGB151204133-
CMYK0.2600.350.2
HSL104.79º41.04%66.08%-
HSV(B)104.79º34.8%80%-
XYZ38.5951.4630.09-
YUV180.06101.44107.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 133 (52.34% from 255) = 27.25%
R=30.94%
G=41.80%
B=27.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041330.2600.350.2104.7941.0466.08
Hex97CC851A02314692942
Octal227314205320432415151102
Binary1001011111001100100001011101001000111010011010011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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