Html Css Color HEX #98BF80 Olivine

📋 copy color: '#98BF80'

red 152 ◦ green 191 ◦ blue 128

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

Shades of Olivine #98BF80

Tints of Olivine #98BF80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.18%

R = 32.27%
G = 40.55%
B = 27.18%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#98BF80 (or 0x98BF80) is known color: Olivine. HEX triplet: 98, BF and 80. RGB value is (152,191,128). Sum of RGB (Red+Green+Blue) = 152+191+128=471 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.27% from 471); Green value is 191 (75% from 255 or 40.55% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 191 - color contains mainly: green. Hex color #98BF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BF80 is #67407F. Grayscale: #ACACAC. Windows color (decimal): -6766720 or 8437656. OLE color: 8437656.

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

Color convert

RGB 152 191 128 -
CMYK 0.20 0 0.33 0.25
HSL 97.14º 0.33% 0.63% -
HSV(B) 97.14º 0.33% 0.75% -
XYZ 35.48 45.5 27.33 -
YUV 172.16 103.08 113.62 -
System Red Green Blue C M Y K H S L
Decimal 152 191 128 0.20 0 0.33 0.25 97.14 0.33 0.63
Hex 98 BF 80 14 0 21 19 61 21 3F
Octal 230 277 200 24 0 41 31 141 41 77
Binary 10011000 10111111 10000000 10100 0 100001 11001 1100001 100001 111111

Color Harmonies of #98BF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BF80

Black with #98BF80

Text Example


Text Example

White with #98BF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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