Html Css Color HEX #98AB80 Olivine

📋 copy color: '#98AB80'

red 152 ◦ green 171 ◦ blue 128

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

Shades of Olivine #98AB80

Tints of Olivine #98AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.92%

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

R = 33.7%
G = 37.92%
B = 28.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#98AB80 (or 0x98AB80) is known color: Olivine. HEX triplet: 98, AB and 80. RGB value is (152,171,128). Sum of RGB (Red+Green+Blue) = 152+171+128=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #98AB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AB80 is #67547F. Grayscale: #A0A0A0. Windows color (decimal): -6771840 or 8432536. OLE color: 8432536.

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

Color convert

RGB 152 171 128 -
CMYK 0.11 0 0.25 0.33
HSL 86.51º 0.2% 0.59% -
HSV(B) 86.51º 0.25% 0.67% -
XYZ 31.41 37.36 25.98 -
YUV 160.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 152 171 128 0.11 0 0.25 0.33 86.51 0.2 0.59
Hex 98 AB 80 B 0 19 21 57 14 3B
Octal 230 253 200 13 0 31 41 127 24 73
Binary 10011000 10101011 10000000 1011 0 11001 100001 1010111 10100 111011

Color Harmonies of #98AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98AB80

Black with #98AB80

Text Example


Text Example

White with #98AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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