#9AA986

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

Shades of Norway #9AA986

Tints of Norway #9AA986

Color information

#9AA986 (or 0x9AA986) is unknown color: approx Norway. HEX triplet: 9A, A9 and 86. RGB value is (154,169,134). Sum of RGB (Red+Green+Blue) = 154+169+134=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 169 - color contains mainly: green. Hex color #9AA986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA986 is #655679. Grayscale: #A0A0A0. Windows color (decimal): -6641274 or 8825242. OLE color: 8825242.

HSL color Cylindrical-coordinate representation of color #9AA986: hue angle of 85.71º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9AA986 is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB154169134-
CMYK0.0900.210.34
HSL85.71º16.91%59.41%-
HSV(B)85.71º20.71%66.27%-
XYZ31.8236.9728.01-
YUV160.52113.03123.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 169 (66.41% from 255) = 36.98%
BLUE value IS 134 (52.73% from 255) = 29.32%
R=33.70%
G=36.98%
B=29.32%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1541691340.0900.210.3485.7116.9159.41
Hex9AA98690152256113b
Octal23225120611025421262173
Binary1001101010101001100001101001010101100010101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AA986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,169,134); }

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

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

 a { background-color: rgb(154,169,134); }

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

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

 span { border-color: rgb(154,169,134); }

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