#98B869

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

Shades of Olivine #98B869

Tints of Olivine #98B869

Color information

#98B869 (or 0x98B869) is unknown color: approx Olivine. HEX triplet: 98, B8 and 69. RGB value is (152,184,105). Sum of RGB (Red+Green+Blue) = 152+184+105=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #98B869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B869 is #674796. Grayscale: #A5A5A5. Windows color (decimal): -6768535 or 6928536. OLE color: 6928536.

HSL color Cylindrical-coordinate representation of color #98B869: hue angle of 84.3º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #98B869 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB152184105-
CMYK0.1700.430.28
HSL84.3º35.75%56.67%-
HSV(B)84.3º42.93%72.16%-
XYZ32.6441.9819.75-
YUV165.4393.9118.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.47%
GREEN value IS 184 (72.27% from 255) = 41.72%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=34.47%
G=41.72%
B=23.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1521841050.1700.430.2884.335.7556.67
Hex98B8691102B1C542439
Octal23027015121053341244471
Binary10011000101110001101001100010101011111001010100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,184,105); }

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

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

 a { background-color: rgb(152,184,105); }

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

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

 span { border-color: rgb(152,184,105); }

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