#98BA7A

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

Shades of Olivine #98BA7A

Tints of Olivine #98BA7A

Color information

#98BA7A (or 0x98BA7A) is unknown color: approx Olivine. HEX triplet: 98, BA and 7A. RGB value is (152,186,122). Sum of RGB (Red+Green+Blue) = 152+186+122=460 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.04% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA7A is #674585. Grayscale: #A8A8A8. Windows color (decimal): -6768006 or 8043160. OLE color: 8043160.

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

Color convert

RGB152186122-
CMYK0.1800.340.27
HSL91.87º31.68%60.39%-
HSV(B)91.87º34.41%72.94%-
XYZ34.0243.224.96-
YUV168.54101.74116.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.04%
GREEN value IS 186 (73.05% from 255) = 40.43%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=33.04%
G=40.43%
B=26.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521861220.1800.340.2791.8731.6860.39
Hex98BA7A120221B5c203c
Octal23027217222042331344074
Binary10011000101110101111010100100100010110111011100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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