#98A789

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

Shades of Norway #98A789

Tints of Norway #98A789

Color information

#98A789 (or 0x98A789) is unknown color: approx Norway. HEX triplet: 98, A7 and 89. RGB value is (152,167,137). Sum of RGB (Red+Green+Blue) = 152+167+137=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 137 (53.91% from 255 or 30.04% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #98A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98A789 is #675876. Grayscale: #9F9F9F. Windows color (decimal): -6772855 or 9021336. OLE color: 9021336.

HSL color Cylindrical-coordinate representation of color #98A789: hue angle of 90º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #98A789 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB152167137-
CMYK0.0900.180.35
HSL90º14.56%59.61%-
HSV(B)90º17.96%65.49%-
XYZ31.2836.1228.99-
YUV159.1115.53122.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 167 (65.62% from 255) = 36.62%
BLUE value IS 137 (53.91% from 255) = 30.04%
R=33.33%
G=36.62%
B=30.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1521671370.0900.180.359014.5659.61
Hex98A7899012235af3c
Octal23024721111022431321774
Binary100110001010011110001001100101001010001110110101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98A789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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