#98BA81

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

Shades of Olivine #98BA81

Tints of Olivine #98BA81

Color information

#98BA81 (or 0x98BA81) is unknown color: approx Olivine. HEX triplet: 98, BA and 81. RGB value is (152,186,129). Sum of RGB (Red+Green+Blue) = 152+186+129=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98BA81 is #67457E. Grayscale: #A9A9A9. Windows color (decimal): -6767999 or 8501912. OLE color: 8501912.

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

Color convert

RGB152186129-
CMYK0.1800.310.27
HSL95.79º29.23%61.76%-
HSV(B)95.79º30.65%72.94%-
XYZ34.4743.3827.32-
YUV169.34105.24115.63-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 186 (73.05% from 255) = 39.83%
BLUE value IS 129 (50.78% from 255) = 27.62%
R=32.55%
G=39.83%
B=27.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861290.1800.310.2795.7929.2361.76
Hex98BA811201F1B601d3e
Octal23027220122037331403576
Binary1001100010111010100000011001001111111011110000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,186,129); }

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

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

 a { background-color: rgb(152,186,129); }

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

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

 span { border-color: rgb(152,186,129); }

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