#98C38B

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

Shades of Gossip #98C38B

Tints of Gossip #98C38B

Color information

#98C38B (or 0x98C38B) is unknown color: approx Gossip. HEX triplet: 98, C3 and 8B. RGB value is (152,195,139). Sum of RGB (Red+Green+Blue) = 152+195+139=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #98C38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C38B is #673C74. Grayscale: #AFAFAF. Windows color (decimal): -6765685 or 9159576. OLE color: 9159576.

HSL color Cylindrical-coordinate representation of color #98C38B: hue angle of 106.07º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98C38B is Cyan = 0.22, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB152195139-
CMYK0.2200.290.24
HSL106.07º31.82%65.49%-
HSV(B)106.07º28.72%76.47%-
XYZ37.1247.5731.65-
YUV175.76107.25111.05-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 195 (76.56% from 255) = 40.12%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=31.28%
G=40.12%
B=28.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1521951390.2200.290.24106.0731.8265.49
Hex98C38B1601D186a2041
Octal230303213260353015240101
Binary100110001100001110001011101100111011100011010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98C38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,195,139); }

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

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

 a { background-color: rgb(152,195,139); }

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

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

 span { border-color: rgb(152,195,139); }

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