#98B97C

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

Shades of Olivine #98B97C

Tints of Olivine #98B97C

Color information

#98B97C (or 0x98B97C) is unknown color: approx Olivine. HEX triplet: 98, B9 and 7C. RGB value is (152,185,124). Sum of RGB (Red+Green+Blue) = 152+185+124=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #98B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B97C is #674683. Grayscale: #A8A8A8. Windows color (decimal): -6768260 or 8173976. OLE color: 8173976.

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

Color convert

RGB152185124-
CMYK0.1800.330.27
HSL92.46º30.35%60.59%-
HSV(B)92.46º32.97%72.55%-
XYZ33.9442.8325.55-
YUV168.18103.07116.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 124 (48.83% from 255) = 26.90%
R=32.97%
G=40.13%
B=26.90%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851240.1800.330.2792.4630.3560.59
Hex98B97C120211B5c1e3d
Octal23027117422041331343675
Binary1001100010111001111110010010010000111011101110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,185,124); }

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

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

 a { background-color: rgb(152,185,124); }

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

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

 span { border-color: rgb(152,185,124); }

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