Html Css Color HEX #98BE86 Gossip

📋 copy color: '#98BE86'

red 152 ◦ green 190 ◦ blue 134

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

Shades of Gossip #98BE86

Tints of Gossip #98BE86

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.92%

 BLUE value IS 134 (52.73% from 255) = 28.15%

R = 31.93%
G = 39.92%
B = 28.15%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#98BE86 (or 0x98BE86) is known color: Gossip. HEX triplet: 98, BE and 86. RGB value is (152,190,134). Sum of RGB (Red+Green+Blue) = 152+190+134=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BE86 is #674179. Grayscale: #ACACAC. Windows color (decimal): -6766970 or 8830616. OLE color: 8830616.

HSL color Cylindrical-coordinate representation of color #98BE86: hue angle of 100.71º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98BE86 is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 190 134 -
CMYK 0.2 0 0.29 0.25
HSL 100.71º 0.3% 0.64% -
HSV(B) 100.71º 0.29% 0.75% -
XYZ 35.67 45.22 29.4 -
YUV 172.25 106.41 113.55 -
System Red Green Blue C M Y K H S L
Decimal 152 190 134 0.2 0 0.29 0.25 100.71 0.3 0.64
Hex 98 BE 86 14 0 1D 19 65 1E 40
Octal 230 276 206 24 0 35 31 145 36 100
Binary 10011000 10111110 10000110 10100 0 11101 11001 1100101 11110 1000000

Color Harmonies of #98BE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE86

Black with #98BE86

Text Example


Text Example

White with #98BE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,190,134); }

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

background-color css

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

 a { background-color: rgb(152,190,134); }

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

border-color css

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

 span { border-color: rgb(152,190,134); }

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