#9AAB8F

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

Shades of Norway #9AAB8F

Tints of Norway #9AAB8F

Color information

#9AAB8F (or 0x9AAB8F) is unknown color: approx Norway. HEX triplet: 9A, AB and 8F. RGB value is (154,171,143). Sum of RGB (Red+Green+Blue) = 154+171+143=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 171 - color contains mainly: green. Hex color #9AAB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAB8F is #655470. Grayscale: #A2A2A2. Windows color (decimal): -6640753 or 9415578. OLE color: 9415578.

HSL color Cylindrical-coordinate representation of color #9AAB8F: hue angle of 96.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9AAB8F is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB154171143-
CMYK0.1000.160.33
HSL96.43º14.29%61.57%-
HSV(B)96.43º16.37%67.06%-
XYZ32.8537.9831.59-
YUV162.72116.87121.78-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 171 (67.19% from 255) = 36.54%
BLUE value IS 143 (56.25% from 255) = 30.56%
R=32.91%
G=36.54%
B=30.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1541711430.1000.160.3396.4314.2961.57
Hex9AAB8FA0102160e3e
Octal23225321712020411401676
Binary100110101010101110001111101001000010000111000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,171,143); }

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

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

 a { background-color: rgb(154,171,143); }

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

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

 span { border-color: rgb(154,171,143); }

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