#98B47E

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

Shades of Olivine #98B47E

Tints of Olivine #98B47E

Color information

#98B47E (or 0x98B47E) is unknown color: approx Olivine. HEX triplet: 98, B4 and 7E. RGB value is (152,180,126). Sum of RGB (Red+Green+Blue) = 152+180+126=458 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.19% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 126 (49.61% from 255 or 27.51% from 458); Max value from RGB is 180 - color contains mainly: green. Hex color #98B47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98B47E is #674B81. Grayscale: #A5A5A5. Windows color (decimal): -6769538 or 8303768. OLE color: 8303768.

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

Color convert

RGB152180126-
CMYK0.1600.30.29
HSL91.11º26.47%60%-
HSV(B)91.11º30%70.59%-
XYZ33.0440.8225.88-
YUV165.47105.72118.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.19%
GREEN value IS 180 (70.70% from 255) = 39.30%
BLUE value IS 126 (49.61% from 255) = 27.51%
R=33.19%
G=39.30%
B=27.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801260.1600.30.2991.1126.4760
Hex98B47E1001E1D5b1a3c
Octal23026417620036351333274
Binary100110001011010011111101000001111011101101101111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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