Html Css Color HEX #98C88A Gossip

📋 copy color: '#98C88A'

red 152 ◦ green 200 ◦ blue 138

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

Shades of Gossip #98C88A

Tints of Gossip #98C88A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 31.02%
G = 40.82%
B = 28.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#98C88A (or 0x98C88A) is known color: Gossip. HEX triplet: 98, C8 and 8A. RGB value is (152,200,138). Sum of RGB (Red+Green+Blue) = 152+200+138=490 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.02% from 490); Green value is 200 (78.52% from 255 or 40.82% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 200 - color contains mainly: green. Hex color #98C88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98C88A is #673775. Grayscale: #B2B2B2. Windows color (decimal): -6764406 or 9095320. OLE color: 9095320.

HSL color Cylindrical-coordinate representation of color #98C88A: hue angle of 106.45º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98C88A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 200 138 -
CMYK 0.24 0 0.31 0.22
HSL 106.45º 0.36% 0.66% -
HSV(B) 106.45º 0.31% 0.78% -
XYZ 38.19 49.82 31.65 -
YUV 178.58 105.1 109.04 -
System Red Green Blue C M Y K H S L
Decimal 152 200 138 0.24 0 0.31 0.22 106.45 0.36 0.66
Hex 98 C8 8A 18 0 1F 16 6A 24 42
Octal 230 310 212 30 0 37 26 152 44 102
Binary 10011000 11001000 10001010 11000 0 11111 10110 1101010 100100 1000010

Color Harmonies of #98C88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98C88A

Black with #98C88A

Text Example


Text Example

White with #98C88A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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