#98B468

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

Shades of Olivine #98B468

Tints of Olivine #98B468

Color information

#98B468 (or 0x98B468) is unknown color: approx Olivine. HEX triplet: 98, B4 and 68. RGB value is (152,180,104). Sum of RGB (Red+Green+Blue) = 152+180+104=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #98B468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B468 is #674B97. Grayscale: #A3A3A3. Windows color (decimal): -6769560 or 6861976. OLE color: 6861976.

HSL color Cylindrical-coordinate representation of color #98B468: hue angle of 82.11º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #98B468 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB152180104-
CMYK0.1600.420.29
HSL82.11º33.63%55.69%-
HSV(B)82.11º42.22%70.59%-
XYZ31.7740.3219.2-
YUV162.9694.72120.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.86%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=34.86%
G=41.28%
B=23.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801040.1600.420.2982.1133.6355.69
Hex98B4681002A1D522238
Octal23026415020052351224270
Binary10011000101101001101000100000101010111011010010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,180,104); }

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

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

 a { background-color: rgb(152,180,104); }

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

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

 span { border-color: rgb(152,180,104); }

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