#98D08B

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

Shades of Gossip #98D08B

Tints of Gossip #98D08B

Color information

#98D08B (or 0x98D08B) is unknown color: approx Gossip. HEX triplet: 98, D0 and 8B. RGB value is (152,208,139). Sum of RGB (Red+Green+Blue) = 152+208+139=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #98D08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D08B is #672F74. Grayscale: #B7B7B7. Windows color (decimal): -6762357 or 9162904. OLE color: 9162904.

HSL color Cylindrical-coordinate representation of color #98D08B: hue angle of 108.7º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98D08B is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB152208139-
CMYK0.2700.330.18
HSL108.7º42.33%68.04%-
HSV(B)108.7º33.17%81.57%-
XYZ40.1653.6532.66-
YUV183.39102.95105.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 208 (81.64% from 255) = 41.68%
BLUE value IS 139 (54.69% from 255) = 27.86%
R=30.46%
G=41.68%
B=27.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081390.2700.330.18108.742.3368.04
Hex98D08B1B021126d2a44
Octal230320213330412215552104
Binary1001100011010000100010111101101000011001011011011010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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