#98CC77

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

Shades of Gossip #98CC77

Tints of Gossip #98CC77

Color information

#98CC77 (or 0x98CC77) is unknown color: approx Gossip. HEX triplet: 98, CC and 77. RGB value is (152,204,119). Sum of RGB (Red+Green+Blue) = 152+204+119=475 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 119 (46.88% from 255 or 25.05% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CC77 is #673388. Grayscale: #B3B3B3. Windows color (decimal): -6763401 or 7851160. OLE color: 7851160.

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

Color convert

RGB152204119-
CMYK0.2500.420.2
HSL96.71º45.45%63.33%-
HSV(B)96.71º41.67%80%-
XYZ37.8751.1925.34-
YUV178.7694.27108.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32%
GREEN value IS 204 (80.08% from 255) = 42.95%
BLUE value IS 119 (46.88% from 255) = 25.05%
R=32%
G=42.95%
B=25.05%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041190.2500.420.296.7145.4563.33
Hex98CC771902A14612d3f
Octal23031416731052241415577
Binary10011000110011001110111110010101010101001100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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