Html Css Color HEX #98C885 Gossip

📋 copy color: '#98C885'

red 152 ◦ green 200 ◦ blue 133

#98C885
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossip #98C885

Tints of Gossip #98C885

RGB

 RED value IS 152 (59.77% from 255) = 31.34%

 GREEN value IS 200 (78.52% from 255) = 41.24%

 BLUE value IS 133 (52.34% from 255) = 27.42%

R = 31.34%
G = 41.24%
B = 27.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#98C885 (or 0x98C885) is known color: Gossip. HEX triplet: 98, C8 and 85. RGB value is (152,200,133). Sum of RGB (Red+Green+Blue) = 152+200+133=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 200 (78.52% from 255 or 41.24% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 200 - color contains mainly: green. Hex color #98C885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C885 is #67377A. Grayscale: #B2B2B2. Windows color (decimal): -6764411 or 8767640. OLE color: 8767640.

HSL color Cylindrical-coordinate representation of color #98C885: hue angle of 102.99º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98C885 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 133 -
CMYK 0.24 0 0.34 0.22
HSL 102.99º 0.38% 0.65% -
HSV(B) 102.99º 0.34% 0.78% -
XYZ 37.84 49.68 29.78 -
YUV 178.01 102.6 109.45 -
System Red Green Blue C M Y K H S L
Decimal 152 200 133 0.24 0 0.34 0.22 102.99 0.38 0.65
Hex 98 C8 85 18 0 22 16 67 26 41
Octal 230 310 205 30 0 42 26 147 46 101
Binary 10011000 11001000 10000101 11000 0 100010 10110 1100111 100110 1000001

Color Harmonies of #98C885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C885

Black with #98C885

Text Example


Text Example

White with #98C885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,200,133); }

 H1.HeaderClassName
 {
   color: #98C885;
 }
 .AnyTagClassName
 {
   color: #98C885;
 }
</style>

background-color css

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

 a { background-color: rgb(152,200,133); }

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

border-color css

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

 span { border-color: rgb(152,200,133); }

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