#98AA87

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

Shades of Norway #98AA87

Tints of Norway #98AA87

Color information

#98AA87 (or 0x98AA87) is unknown color: approx Norway. HEX triplet: 98, AA and 87. RGB value is (152,170,135). Sum of RGB (Red+Green+Blue) = 152+170+135=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 135 (53.12% from 255 or 29.54% from 457); Max value from RGB is 170 - color contains mainly: green. Hex color #98AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AA87 is #675578. Grayscale: #A0A0A0. Windows color (decimal): -6772089 or 8891032. OLE color: 8891032.

HSL color Cylindrical-coordinate representation of color #98AA87: hue angle of 90.86º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #98AA87 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB152170135-
CMYK0.1100.210.33
HSL90.86º17.07%59.8%-
HSV(B)90.86º20.59%66.67%-
XYZ31.737.1728.43-
YUV160.63113.54121.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 170 (66.80% from 255) = 37.20%
BLUE value IS 135 (53.12% from 255) = 29.54%
R=33.26%
G=37.20%
B=29.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521701350.1100.210.3390.8617.0759.8
Hex98AA87B015215b113c
Octal23025220713025411332174
Binary1001100010101010100001111011010101100001101101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,170,135); }

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

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

 a { background-color: rgb(152,170,135); }

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

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

 span { border-color: rgb(152,170,135); }

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