#98B589

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

Shades of Norway #98B589

Tints of Norway #98B589

Color information

#98B589 (or 0x98B589) is unknown color: approx Norway. HEX triplet: 98, B5 and 89. RGB value is (152,181,137). Sum of RGB (Red+Green+Blue) = 152+181+137=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #98B589 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98B589 is #674A76. Grayscale: #A7A7A7. Windows color (decimal): -6769271 or 9024920. OLE color: 9024920.

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

Color convert

RGB152181137-
CMYK0.1600.240.29
HSL99.55º22.92%62.35%-
HSV(B)99.55º24.31%70.98%-
XYZ33.9941.5329.89-
YUV167.31110.89117.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.34%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 137 (53.91% from 255) = 29.15%
R=32.34%
G=38.51%
B=29.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1521811370.1600.240.2999.5522.9262.35
Hex98B589100181D64173e
Octal23026521120030351442776
Binary1001100010110101100010011000001100011101110010010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,181,137); }

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

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

 a { background-color: rgb(152,181,137); }

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

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

 span { border-color: rgb(152,181,137); }

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