#98BE5E

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

Shades of Olivine #98BE5E

Tints of Olivine #98BE5E

Color information

#98BE5E (or 0x98BE5E) is unknown color: approx Olivine. HEX triplet: 98, BE and 5E. RGB value is (152,190,94). Sum of RGB (Red+Green+Blue) = 152+190+94=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #98BE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98BE5E is #6741A1. Grayscale: #A8A8A8. Windows color (decimal): -6767010 or 6209176. OLE color: 6209176.

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

Color convert

RGB15219094-
CMYK0.200.510.25
HSL83.75º42.48%55.69%-
HSV(B)83.75º50.53%74.51%-
XYZ33.3844.3117.38-
YUV167.6986.41116.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=34.86%
G=43.58%
B=21.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152190940.200.510.2583.7542.4855.69
Hex98BE5E1403319542a38
Octal23027613624063311245270
Binary10011000101111101011110101000110011110011010100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98BE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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