#98B089

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

Shades of Norway #98B089

Tints of Norway #98B089

Color information

#98B089 (or 0x98B089) is unknown color: approx Norway. HEX triplet: 98, B0 and 89. RGB value is (152,176,137). Sum of RGB (Red+Green+Blue) = 152+176+137=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 176 (69.14% from 255 or 37.85% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 176 - color contains mainly: green. Hex color #98B089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98B089 is #674F76. Grayscale: #A4A4A4. Windows color (decimal): -6770551 or 9023640. OLE color: 9023640.

HSL color Cylindrical-coordinate representation of color #98B089: hue angle of 96.92º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98B089 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB152176137-
CMYK0.1400.220.31
HSL96.92º19.8%61.37%-
HSV(B)96.92º22.16%69.02%-
XYZ32.9939.5329.56-
YUV164.38112.55119.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 176 (69.14% from 255) = 37.85%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=32.69%
G=37.85%
B=29.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1521761370.1400.220.3196.9219.861.37
Hex98B089E0161F61143d
Octal23026021116026371412475
Binary100110001011000010001001111001011011111110000110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98B089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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