#98B165

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

Shades of Olivine #98B165

Tints of Olivine #98B165

Color information

#98B165 (or 0x98B165) is unknown color: approx Olivine. HEX triplet: 98, B1 and 65. RGB value is (152,177,101). Sum of RGB (Red+Green+Blue) = 152+177+101=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #98B165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B165 is #674E9A. Grayscale: #A1A1A1. Windows color (decimal): -6770331 or 6664600. OLE color: 6664600.

HSL color Cylindrical-coordinate representation of color #98B165: hue angle of 79.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98B165 is Cyan = 0.14, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB152177101-
CMYK0.1400.430.31
HSL79.74º32.76%54.51%-
HSV(B)79.74º42.94%69.41%-
XYZ31.0239.0618.22-
YUV160.8694.22121.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.35%
GREEN value IS 177 (69.53% from 255) = 41.16%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=35.35%
G=41.16%
B=23.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771010.1400.430.3179.7432.7654.51
Hex98B165E02B1F502137
Octal23026114516053371204167
Binary1001100010110001110010111100101011111111010000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,177,101); }

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

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

 a { background-color: rgb(152,177,101); }

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

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

 span { border-color: rgb(152,177,101); }

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