#98B46E

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

Shades of Olivine #98B46E

Tints of Olivine #98B46E

Color information

#98B46E (or 0x98B46E) is unknown color: approx Olivine. HEX triplet: 98, B4 and 6E. RGB value is (152,180,110). Sum of RGB (Red+Green+Blue) = 152+180+110=442 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.39% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #98B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B46E is #674B91. Grayscale: #A3A3A3. Windows color (decimal): -6769554 or 7255192. OLE color: 7255192.

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

Color convert

RGB152180110-
CMYK0.1600.390.29
HSL84º31.82%56.86%-
HSV(B)84º38.89%70.59%-
XYZ32.0840.4420.87-
YUV163.6597.72119.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.39%
GREEN value IS 180 (70.70% from 255) = 40.72%
BLUE value IS 110 (43.36% from 255) = 24.89%
R=34.39%
G=40.72%
B=24.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801100.1600.390.298431.8256.86
Hex98B46E100271D542039
Octal23026415620047351244071
Binary10011000101101001101110100000100111111011010100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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