#98B276

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

Shades of Olivine #98B276

Tints of Olivine #98B276

Color information

#98B276 (or 0x98B276) is unknown color: approx Olivine. HEX triplet: 98, B2 and 76. RGB value is (152,178,118). Sum of RGB (Red+Green+Blue) = 152+178+118=448 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.93% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 178 - color contains mainly: green. Hex color #98B276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98B276 is #674D89. Grayscale: #A3A3A3. Windows color (decimal): -6770058 or 7778968. OLE color: 7778968.

HSL color Cylindrical-coordinate representation of color #98B276: hue angle of 86º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98B276 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB152178118-
CMYK0.1500.340.30
HSL86º28.04%58.04%-
HSV(B)86º33.71%69.8%-
XYZ32.1439.8223.13-
YUV163.39102.39119.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.93%
GREEN value IS 178 (69.92% from 255) = 39.73%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=33.93%
G=39.73%
B=26.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1521781180.1500.340.308628.0458.04
Hex98B276F0221E561c3a
Octal23026216617042361263472
Binary100110001011001011101101111010001011110101011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,178,118); }

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

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

 a { background-color: rgb(152,178,118); }

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

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

 span { border-color: rgb(152,178,118); }

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