#98CB83

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

Shades of Gossip #98CB83

Tints of Gossip #98CB83

Color information

#98CB83 (or 0x98CB83) is unknown color: approx Gossip. HEX triplet: 98, CB and 83. RGB value is (152,203,131). Sum of RGB (Red+Green+Blue) = 152+203+131=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB83 is #67347C. Grayscale: #B3B3B3. Windows color (decimal): -6763645 or 8637336. OLE color: 8637336.

HSL color Cylindrical-coordinate representation of color #98CB83: hue angle of 102.5º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98CB83 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB152203131-
CMYK0.2500.350.20
HSL102.5º40.91%65.49%-
HSV(B)102.5º35.47%79.61%-
XYZ38.451.0329.3-
YUV179.54100.6108.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 203 (79.69% from 255) = 41.77%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=31.28%
G=41.77%
B=26.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1522031310.2500.350.20102.540.9165.49
Hex98CB831902314662941
Octal230313203310432414651101
Binary1001100011001011100000111100101000111010011001101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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