#98CC83

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

Shades of Gossip #98CC83

Tints of Gossip #98CC83

Color information

#98CC83 (or 0x98CC83) is unknown color: approx Gossip. HEX triplet: 98, CC and 83. RGB value is (152,204,131). Sum of RGB (Red+Green+Blue) = 152+204+131=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CC83 is #67337C. Grayscale: #B4B4B4. Windows color (decimal): -6763389 or 8637592. OLE color: 8637592.

HSL color Cylindrical-coordinate representation of color #98CC83: hue angle of 102.74º 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 #98CC83 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB152204131-
CMYK0.2500.360.2
HSL102.74º41.71%65.69%-
HSV(B)102.74º35.78%80%-
XYZ38.6451.529.38-
YUV180.13100.27107.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 131 (51.56% from 255) = 26.90%
R=31.21%
G=41.89%
B=26.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041310.2500.360.2102.7441.7165.69
Hex98CC831902414672a42
Octal230314203310442414752102
Binary1001100011001100100000111100101001001010011001111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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