#98AB80

Color #98AB80 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #98AB80

Tints of Olivine #98AB80

Color information

#98AB80 (or 0x98AB80) is unknown color: approx 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

RGB152171128-
CMYK0.1100.250.33
HSL86.51º20.38%58.63%-
HSV(B)86.51º25.15%67.06%-
XYZ31.4137.3625.98-
YUV160.42109.71122-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 171 (67.19% from 255) = 37.92%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=33.70%
G=37.92%
B=28.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521711280.1100.250.3386.5120.3858.63
Hex98AB80B0192157143b
Octal23025320013031411272473
Binary1001100010101011100000001011011001100001101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>