#98B16B

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

Shades of Olivine #98B16B

Tints of Olivine #98B16B

Color information

#98B16B (or 0x98B16B) is unknown color: approx Olivine. HEX triplet: 98, B1 and 6B. RGB value is (152,177,107). Sum of RGB (Red+Green+Blue) = 152+177+107=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 107 (42.19% from 255 or 24.54% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #98B16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B16B is #674E94. Grayscale: #A1A1A1. Windows color (decimal): -6770325 or 7057816. OLE color: 7057816.

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

Color convert

RGB152177107-
CMYK0.1400.400.31
HSL81.43º30.97%55.69%-
HSV(B)81.43º39.55%69.41%-
XYZ31.3239.1819.82-
YUV161.5597.22121.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 177 (69.53% from 255) = 40.60%
BLUE value IS 107 (42.19% from 255) = 24.54%
R=34.86%
G=40.60%
B=24.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521771070.1400.400.3181.4330.9755.69
Hex98B16BE0281F511f38
Octal23026115316050371213770
Binary100110001011000111010111110010100011111101000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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