#98B487

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

Shades of Norway #98B487

Tints of Norway #98B487

Color information

#98B487 (or 0x98B487) is unknown color: approx Norway. HEX triplet: 98, B4 and 87. RGB value is (152,180,135). Sum of RGB (Red+Green+Blue) = 152+180+135=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 180 (70.70% from 255 or 38.54% from 467); Blue value is 135 (53.12% from 255 or 28.91% from 467); Max value from RGB is 180 - color contains mainly: green. Hex color #98B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B487 is #674B78. Grayscale: #A6A6A6. Windows color (decimal): -6769529 or 8893592. OLE color: 8893592.

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

Color convert

RGB152180135-
CMYK0.1600.250.29
HSL97.33º23.08%61.76%-
HSV(B)97.33º25%70.59%-
XYZ33.6441.0729.08-
YUV166.5110.22117.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.55%
GREEN value IS 180 (70.70% from 255) = 38.54%
BLUE value IS 135 (53.12% from 255) = 28.91%
R=32.55%
G=38.54%
B=28.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521801350.1600.250.2997.3323.0861.76
Hex98B487100191D61173e
Octal23026420720031351412776
Binary1001100010110100100001111000001100111101110000110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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