#9AAD8D

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

Shades of Norway #9AAD8D

Tints of Norway #9AAD8D

Color information

#9AAD8D (or 0x9AAD8D) is unknown color: approx Norway. HEX triplet: 9A, AD and 8D. RGB value is (154,173,141). Sum of RGB (Red+Green+Blue) = 154+173+141=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 173 (67.97% from 255 or 36.97% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 173 - color contains mainly: green. Hex color #9AAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AAD8D is #655272. Grayscale: #A3A3A3. Windows color (decimal): -6640243 or 9285018. OLE color: 9285018.

HSL color Cylindrical-coordinate representation of color #9AAD8D: hue angle of 95.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9AAD8D is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB154173141-
CMYK0.1100.180.32
HSL95.62º16.33%61.57%-
HSV(B)95.62º18.5%67.84%-
XYZ33.0838.6830.92-
YUV163.67115.21121.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 173 (67.97% from 255) = 36.97%
BLUE value IS 141 (55.47% from 255) = 30.13%
R=32.91%
G=36.97%
B=30.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1541731410.1100.180.3295.6216.3361.57
Hex9AAD8DB0122060103e
Octal23225521513022401402076
Binary1001101010101101100011011011010010100000110000010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AAD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,173,141); }

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

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

 a { background-color: rgb(154,173,141); }

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

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

 span { border-color: rgb(154,173,141); }

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