#98AC89

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

Shades of Norway #98AC89

Tints of Norway #98AC89

Color information

#98AC89 (or 0x98AC89) is unknown color: approx Norway. HEX triplet: 98, AC and 89. RGB value is (152,172,137). Sum of RGB (Red+Green+Blue) = 152+172+137=461 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.97% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 137 (53.91% from 255 or 29.72% from 461); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98AC89 is #675376. Grayscale: #A2A2A2. Windows color (decimal): -6771575 or 9022616. OLE color: 9022616.

HSL color Cylindrical-coordinate representation of color #98AC89: hue angle of 94.29º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98AC89 is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB152172137-
CMYK0.1200.200.33
HSL94.29º17.41%60.59%-
HSV(B)94.29º20.35%67.45%-
XYZ32.2237.9929.3-
YUV162.03113.87120.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.97%
GREEN value IS 172 (67.58% from 255) = 37.31%
BLUE value IS 137 (53.91% from 255) = 29.72%
R=32.97%
G=37.31%
B=29.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1521721370.1200.200.3394.2917.4160.59
Hex98AC89C014215e113d
Octal23025421114024411362175
Binary1001100010101100100010011100010100100001101111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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