#98B467

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

Shades of Olivine #98B467

Tints of Olivine #98B467

Color information

#98B467 (or 0x98B467) is unknown color: approx Olivine. HEX triplet: 98, B4 and 67. RGB value is (152,180,103). Sum of RGB (Red+Green+Blue) = 152+180+103=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 180 - color contains mainly: green. Hex color #98B467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B467 is #674B98. Grayscale: #A3A3A3. Windows color (decimal): -6769561 or 6796440. OLE color: 6796440.

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

Color convert

RGB152180103-
CMYK0.1600.430.29
HSL81.82º33.92%55.49%-
HSV(B)81.82º42.78%70.59%-
XYZ31.7240.318.94-
YUV162.8594.22120.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.94%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 103 (40.62% from 255) = 23.68%
R=34.94%
G=41.38%
B=23.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801030.1600.430.2981.8233.9255.49
Hex98B4671002B1D522237
Octal23026414720053351224267
Binary10011000101101001100111100000101011111011010010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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