#98B47C

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

Shades of Olivine #98B47C

Tints of Olivine #98B47C

Color information

#98B47C (or 0x98B47C) is unknown color: approx Olivine. HEX triplet: 98, B4 and 7C. RGB value is (152,180,124). Sum of RGB (Red+Green+Blue) = 152+180+124=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 180 (70.70% from 255 or 39.47% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 180 - color contains mainly: green. Hex color #98B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B47C is #674B83. Grayscale: #A5A5A5. Windows color (decimal): -6769540 or 8172696. OLE color: 8172696.

HSL color Cylindrical-coordinate representation of color #98B47C: hue angle of 90º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98B47C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB152180124-
CMYK0.1600.310.29
HSL90º27.18%59.61%-
HSV(B)90º31.11%70.59%-
XYZ32.9140.7725.2-
YUV165.24104.72118.55-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 180 (70.70% from 255) = 39.47%
BLUE value IS 124 (48.83% from 255) = 27.19%
R=33.33%
G=39.47%
B=27.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801240.1600.310.299027.1859.61
Hex98B47C1001F1D5a1b3c
Octal23026417420037351323374
Binary100110001011010011111001000001111111101101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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