Html Css Color HEX #98BF85 Gossip

📋 copy color: '#98BF85'

red 152 ◦ green 191 ◦ blue 133

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

Shades of Gossip #98BF85

Tints of Gossip #98BF85

RGB

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

 GREEN value IS 191 (75% from 255) = 40.13%

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

R = 31.93%
G = 40.13%
B = 27.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#98BF85 (or 0x98BF85) is known color: Gossip. HEX triplet: 98, BF and 85. RGB value is (152,191,133). Sum of RGB (Red+Green+Blue) = 152+191+133=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF85 is #67407A. Grayscale: #ACACAC. Windows color (decimal): -6766715 or 8765336. OLE color: 8765336.

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

Color convert

RGB 152 191 133 -
CMYK 0.20 0 0.30 0.25
HSL 100.34º 0.31% 0.64% -
HSV(B) 100.34º 0.3% 0.75% -
XYZ 35.81 45.63 29.11 -
YUV 172.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 152 191 133 0.20 0 0.30 0.25 100.34 0.31 0.64
Hex 98 BF 85 14 0 1E 19 64 1F 40
Octal 230 277 205 24 0 36 31 144 37 100
Binary 10011000 10111111 10000101 10100 0 11110 11001 1100100 11111 1000000

Color Harmonies of #98BF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF85

Black with #98BF85

Text Example


Text Example

White with #98BF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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