#98CB8B

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

Shades of Gossip #98CB8B

Tints of Gossip #98CB8B

Color information

#98CB8B (or 0x98CB8B) is unknown color: approx Gossip. HEX triplet: 98, CB and 8B. RGB value is (152,203,139). Sum of RGB (Red+Green+Blue) = 152+203+139=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB8B is #673474. Grayscale: #B4B4B4. Windows color (decimal): -6763637 or 9161624. OLE color: 9161624.

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

Color convert

RGB152203139-
CMYK0.2500.320.20
HSL107.81º38.1%67.06%-
HSV(B)107.81º31.53%79.61%-
XYZ38.9751.2532.26-
YUV180.46104.6107.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 139 (54.69% from 255) = 28.14%
R=30.77%
G=41.09%
B=28.14%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031390.2500.320.20107.8138.167.06
Hex98CB8B19020146c2643
Octal230313213310402415446103
Binary1001100011001011100010111100101000001010011011001001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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