#98B980

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

Shades of Olivine #98B980

Tints of Olivine #98B980

Color information

#98B980 (or 0x98B980) is unknown color: approx Olivine. HEX triplet: 98, B9 and 80. RGB value is (152,185,128). Sum of RGB (Red+Green+Blue) = 152+185+128=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #98B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B980 is #67467F. Grayscale: #A8A8A8. Windows color (decimal): -6768256 or 8436120. OLE color: 8436120.

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

Color convert

RGB152185128-
CMYK0.1800.310.27
HSL94.74º28.93%61.37%-
HSV(B)94.74º30.81%72.55%-
XYZ34.1942.9326.91-
YUV168.64105.07116.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 185 (72.66% from 255) = 39.78%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=32.69%
G=39.78%
B=27.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1521851280.1800.310.2794.7428.9361.37
Hex98B9801201F1B5f1d3d
Octal23027120022037331373575
Binary1001100010111001100000001001001111111011101111111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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