#98BC71

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

Shades of Olivine #98BC71

Tints of Olivine #98BC71

Color information

#98BC71 (or 0x98BC71) is unknown color: approx Olivine. HEX triplet: 98, BC and 71. RGB value is (152,188,113). Sum of RGB (Red+Green+Blue) = 152+188+113=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #98BC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BC71 is #67438E. Grayscale: #A8A8A8. Windows color (decimal): -6767503 or 7453848. OLE color: 7453848.

HSL color Cylindrical-coordinate representation of color #98BC71: hue angle of 88.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98BC71 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB152188113-
CMYK0.1900.400.26
HSL88.8º35.89%59.02%-
HSV(B)88.8º39.89%73.73%-
XYZ33.9143.8322.3-
YUV168.6996.57116.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 188 (73.83% from 255) = 41.50%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=33.55%
G=41.50%
B=24.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1521881130.1900.400.2688.835.8959.02
Hex98BC71130281A59243b
Octal23027416123050321314473
Binary10011000101111001110001100110101000110101011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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