#98CC7F

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

Shades of Gossip #98CC7F

Tints of Gossip #98CC7F

Color information

#98CC7F (or 0x98CC7F) is unknown color: approx Gossip. HEX triplet: 98, CC and 7F. RGB value is (152,204,127). Sum of RGB (Red+Green+Blue) = 152+204+127=483 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.47% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC7F is #673380. Grayscale: #B3B3B3. Windows color (decimal): -6763393 or 8375448. OLE color: 8375448.

HSL color Cylindrical-coordinate representation of color #98CC7F: hue angle of 100.52º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98CC7F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB152204127-
CMYK0.2500.380.2
HSL100.52º43.02%64.9%-
HSV(B)100.52º37.75%80%-
XYZ38.3751.3927.98-
YUV179.6798.27108.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.47%
GREEN value IS 204 (80.08% from 255) = 42.24%
BLUE value IS 127 (50% from 255) = 26.29%
R=31.47%
G=42.24%
B=26.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041270.2500.380.2100.5243.0264.9
Hex98CC7F1902614652b41
Octal230314177310462414553101
Binary100110001100110011111111100101001101010011001011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98CC7F; }

 p { color: rgb(152,204,127); }

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

<style>
 a { background-color: #98CC7F; }

 a { background-color: rgb(152,204,127); }

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

<style>
 span { border-color: #98CC7F; }

 span { border-color: rgb(152,204,127); }

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