#98CB84

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

Shades of Gossip #98CB84

Tints of Gossip #98CB84

Color information

#98CB84 (or 0x98CB84) is unknown color: approx Gossip. HEX triplet: 98, CB and 84. RGB value is (152,203,132). Sum of RGB (Red+Green+Blue) = 152+203+132=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #98CB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98CB84 is #67347B. Grayscale: #B3B3B3. Windows color (decimal): -6763644 or 8702872. OLE color: 8702872.

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

Color convert

RGB152203132-
CMYK0.2500.350.20
HSL103.1º40.57%65.69%-
HSV(B)103.1º34.98%79.61%-
XYZ38.4751.0529.66-
YUV179.66101.1108.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 203 (79.69% from 255) = 41.68%
BLUE value IS 132 (51.95% from 255) = 27.10%
R=31.21%
G=41.68%
B=27.10%

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
Decimal1522031320.2500.350.20103.140.5765.69
Hex98CB841902314672942
Octal230313204310432414751102
Binary1001100011001011100001001100101000111010011001111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98CB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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