#98CC8A

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

Shades of Gossip #98CC8A

Tints of Gossip #98CC8A

Color information

#98CC8A (or 0x98CC8A) is unknown color: approx Gossip. HEX triplet: 98, CC and 8A. RGB value is (152,204,138). Sum of RGB (Red+Green+Blue) = 152+204+138=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #98CC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CC8A is #673375. Grayscale: #B5B5B5. Windows color (decimal): -6763382 or 9096344. OLE color: 9096344.

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

Color convert

RGB152204138-
CMYK0.2500.320.2
HSL107.27º39.29%67.06%-
HSV(B)107.27º32.35%80%-
XYZ39.1351.731.96-
YUV180.93103.77107.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 204 (80.08% from 255) = 41.30%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=30.77%
G=41.30%
B=27.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1522041380.2500.320.2107.2739.2967.06
Hex98CC8A19020146b2743
Octal230314212310402415347103
Binary1001100011001100100010101100101000001010011010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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