#98BA62

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

Shades of Olivine #98BA62

Tints of Olivine #98BA62

Color information

#98BA62 (or 0x98BA62) is unknown color: approx Olivine. HEX triplet: 98, BA and 62. RGB value is (152,186,98). Sum of RGB (Red+Green+Blue) = 152+186+98=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #98BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BA62 is #67459D. Grayscale: #A6A6A6. Windows color (decimal): -6768030 or 6470296. OLE color: 6470296.

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

Color convert

RGB15218698-
CMYK0.1800.470.27
HSL83.18º38.94%55.69%-
HSV(B)83.18º47.31%72.94%-
XYZ32.7142.6818.07-
YUV165.889.74118.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 98 (38.67% from 255) = 22.48%
R=34.86%
G=42.66%
B=22.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152186980.1800.470.2783.1838.9455.69
Hex98BA621202F1B532738
Octal23027214222057331234770
Binary10011000101110101100010100100101111110111010011100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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