#98B95E

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

Shades of Olivine #98B95E

Tints of Olivine #98B95E

Color information

#98B95E (or 0x98B95E) is unknown color: approx Olivine. HEX triplet: 98, B9 and 5E. RGB value is (152,185,94). Sum of RGB (Red+Green+Blue) = 152+185+94=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #98B95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B95E is #6746A1. Grayscale: #A5A5A5. Windows color (decimal): -6768290 or 6207896. OLE color: 6207896.

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

Color convert

RGB15218594-
CMYK0.1800.490.27
HSL81.76º39.39%54.71%-
HSV(B)81.76º49.19%72.55%-
XYZ32.3242.1817.03-
YUV164.7688.07118.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.27%
GREEN value IS 185 (72.66% from 255) = 42.92%
BLUE value IS 94 (37.11% from 255) = 21.81%
R=35.27%
G=42.92%
B=21.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal152185940.1800.490.2781.7639.3954.71
Hex98B95E120311B522737
Octal23027113622061331224767
Binary10011000101110011011110100100110001110111010010100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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