#98AF82

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

Shades of Olivine #98AF82

Tints of Olivine #98AF82

Color information

#98AF82 (or 0x98AF82) is unknown color: approx Olivine. HEX triplet: 98, AF and 82. RGB value is (152,175,130). Sum of RGB (Red+Green+Blue) = 152+175+130=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 175 (68.75% from 255 or 38.29% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AF82 is #67507D. Grayscale: #A3A3A3. Windows color (decimal): -6770814 or 8564632. OLE color: 8564632.

HSL color Cylindrical-coordinate representation of color #98AF82: hue angle of 90.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98AF82 is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB152175130-
CMYK0.1300.260.31
HSL90.67º21.95%59.8%-
HSV(B)90.67º25.71%68.63%-
XYZ32.3138.9526.93-
YUV162.99109.38120.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 175 (68.75% from 255) = 38.29%
BLUE value IS 130 (51.17% from 255) = 28.45%
R=33.26%
G=38.29%
B=28.45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521751300.1300.260.3190.6721.9559.8
Hex98AF82D01A1F5b163c
Octal23025720215032371332674
Binary100110001010111110000010110101101011111101101110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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