#98A882

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

Shades of Olivine #98A882

Tints of Olivine #98A882

Color information

#98A882 (or 0x98A882) is unknown color: approx Olivine. HEX triplet: 98, A8 and 82. RGB value is (152,168,130). Sum of RGB (Red+Green+Blue) = 152+168+130=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 168 - color contains mainly: green. Hex color #98A882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A882 is #67577D. Grayscale: #9F9F9F. Windows color (decimal): -6772606 or 8562840. OLE color: 8562840.

HSL color Cylindrical-coordinate representation of color #98A882: hue angle of 85.26º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #98A882 is Cyan = 0.10, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB152168130-
CMYK0.1000.230.34
HSL85.26º17.92%58.43%-
HSV(B)85.26º22.62%65.88%-
XYZ30.9836.2926.49-
YUV158.88111.7123.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 168 (66.02% from 255) = 37.33%
BLUE value IS 130 (51.17% from 255) = 28.89%
R=33.78%
G=37.33%
B=28.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1521681300.1000.230.3485.2617.9258.43
Hex98A882A0172255123a
Octal23025020212027421252272
Binary1001100010101000100000101010010111100010101010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,168,130); }

 H1.HeaderClassName
 {
   color: #98A882;
 }
 .AnyTagClassName
 {
   color: #98A882;
 }
</style>
background-color css

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

 a { background-color: rgb(152,168,130); }

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

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

 span { border-color: rgb(152,168,130); }

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