#98B862

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

Shades of Olivine #98B862

Tints of Olivine #98B862

Color information

#98B862 (or 0x98B862) is unknown color: approx Olivine. HEX triplet: 98, B8 and 62. RGB value is (152,184,98). Sum of RGB (Red+Green+Blue) = 152+184+98=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 98 (38.67% from 255 or 22.58% from 434); Max value from RGB is 184 - color contains mainly: green. Hex color #98B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B862 is #67479D. Grayscale: #A4A4A4. Windows color (decimal): -6768542 or 6469784. OLE color: 6469784.

HSL color Cylindrical-coordinate representation of color #98B862: hue angle of 82.33º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98B862 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB15218498-
CMYK0.1700.470.28
HSL82.33º37.72%55.29%-
HSV(B)82.33º46.74%72.16%-
XYZ32.2941.8417.93-
YUV164.6390.4118.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.02%
GREEN value IS 184 (72.27% from 255) = 42.40%
BLUE value IS 98 (38.67% from 255) = 22.58%
R=35.02%
G=42.40%
B=22.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal152184980.1700.470.2882.3337.7255.29
Hex98B8621102F1C522637
Octal23027014221057341224667
Binary10011000101110001100010100010101111111001010010100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,98); }

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

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

 a { background-color: rgb(152,184,98); }

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

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

 span { border-color: rgb(152,184,98); }

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