#9AB989

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

Shades of Norway #9AB989

Tints of Norway #9AB989

Color information

#9AB989 (or 0x9AB989) is unknown color: approx Norway. HEX triplet: 9A, B9 and 89. RGB value is (154,185,137). Sum of RGB (Red+Green+Blue) = 154+185+137=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB989 is #654676. Grayscale: #AAAAAA. Windows color (decimal): -6637175 or 9025946. OLE color: 9025946.

HSL color Cylindrical-coordinate representation of color #9AB989: hue angle of 98.75º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9AB989 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB154185137-
CMYK0.1700.260.27
HSL98.75º25.53%63.14%-
HSV(B)98.75º25.95%72.55%-
XYZ35.1943.3730.18-
YUV170.26109.23116.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 185 (72.66% from 255) = 38.87%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=32.35%
G=38.87%
B=28.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1541851370.1700.260.2798.7525.5363.14
Hex9AB9891101A1B631a3f
Octal23227121121032331433277
Binary1001101010111001100010011000101101011011110001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AB989; }

 p { color: rgb(154,185,137); }

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

<style>
 a { background-color: #9AB989; }

 a { background-color: rgb(154,185,137); }

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

<style>
 span { border-color: #9AB989; }

 span { border-color: rgb(154,185,137); }

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