#98BE7A

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

Shades of Olivine #98BE7A

Tints of Olivine #98BE7A

Color information

#98BE7A (or 0x98BE7A) is unknown color: approx Olivine. HEX triplet: 98, BE and 7A. RGB value is (152,190,122). Sum of RGB (Red+Green+Blue) = 152+190+122=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE7A is #674185. Grayscale: #ABABAB. Windows color (decimal): -6766982 or 8044184. OLE color: 8044184.

HSL color Cylindrical-coordinate representation of color #98BE7A: hue angle of 93.53º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #98BE7A is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB152190122-
CMYK0.200.360.25
HSL93.53º34.34%61.18%-
HSV(B)93.53º35.79%74.51%-
XYZ34.8844.9125.24-
YUV170.89100.41114.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.76%
GREEN value IS 190 (74.61% from 255) = 40.95%
BLUE value IS 122 (48.05% from 255) = 26.29%
R=32.76%
G=40.95%
B=26.29%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521901220.200.360.2593.5334.3461.18
Hex98BE7A14024195e223d
Octal23027617224044311364275
Binary10011000101111101111010101000100100110011011110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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