#97CC8B

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

Shades of Gossip #97CC8B

Tints of Gossip #97CC8B

Color information

#97CC8B (or 0x97CC8B) is unknown color: approx Gossip. HEX triplet: 97, CC and 8B. RGB value is (151,204,139). Sum of RGB (Red+Green+Blue) = 151+204+139=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #97CC8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CC8B is #683374. Grayscale: #B4B4B4. Windows color (decimal): -6828917 or 9161879. OLE color: 9161879.

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

Color convert

RGB151204139-
CMYK0.2600.320.2
HSL108.92º38.92%67.25%-
HSV(B)108.92º31.86%80%-
XYZ39.0251.6332.34-
YUV180.74104.44106.79-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.57%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=30.57%
G=41.30%
B=28.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1512041390.2600.320.2108.9238.9267.25
Hex97CC8B1A020146d2743
Octal227314213320402415547103
Binary1001011111001100100010111101001000001010011011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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