Html Css Color HEX #98BE80 Olivine

📋 copy color: '#98BE80'

red 152 ◦ green 190 ◦ blue 128

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

Shades of Olivine #98BE80

Tints of Olivine #98BE80

RGB

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

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

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

R = 32.34%
G = 40.43%
B = 27.23%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#98BE80 (or 0x98BE80) is known color: Olivine. HEX triplet: 98, BE and 80. RGB value is (152,190,128). Sum of RGB (Red+Green+Blue) = 152+190+128=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BE80 is #67417F. Grayscale: #ABABAB. Windows color (decimal): -6766976 or 8437400. OLE color: 8437400.

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

Color convert

RGB 152 190 128 -
CMYK 0.2 0 0.33 0.25
HSL 96.77º 0.32% 0.62% -
HSV(B) 96.77º 0.33% 0.75% -
XYZ 35.26 45.06 27.26 -
YUV 171.57 103.41 114.04 -
System Red Green Blue C M Y K H S L
Decimal 152 190 128 0.2 0 0.33 0.25 96.77 0.32 0.62
Hex 98 BE 80 14 0 21 19 61 20 3E
Octal 230 276 200 24 0 41 31 141 40 76
Binary 10011000 10111110 10000000 10100 0 100001 11001 1100001 100000 111110

Color Harmonies of #98BE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98BE80

Black with #98BE80

Text Example


Text Example

White with #98BE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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