#98BA71

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

Shades of Olivine #98BA71

Tints of Olivine #98BA71

Color information

#98BA71 (or 0x98BA71) is unknown color: approx Olivine. HEX triplet: 98, BA and 71. RGB value is (152,186,113). Sum of RGB (Red+Green+Blue) = 152+186+113=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA71 is #67458E. Grayscale: #A7A7A7. Windows color (decimal): -6768015 or 7453336. OLE color: 7453336.

HSL color Cylindrical-coordinate representation of color #98BA71: hue angle of 87.95º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98BA71 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB152186113-
CMYK0.1800.390.27
HSL87.95º34.6%58.63%-
HSV(B)87.95º39.25%72.94%-
XYZ33.4942.9922.15-
YUV167.5197.24116.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=33.70%
G=41.24%
B=25.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861130.1800.390.2787.9534.658.63
Hex98BA71120271B58233b
Octal23027216122047331304373
Binary10011000101110101110001100100100111110111011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,113); }

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

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

 a { background-color: rgb(152,186,113); }

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

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

 span { border-color: rgb(152,186,113); }

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