#9AB48A

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

Shades of Norway #9AB48A

Tints of Norway #9AB48A

Color information

#9AB48A (or 0x9AB48A) is unknown color: approx Norway. HEX triplet: 9A, B4 and 8A. RGB value is (154,180,138). Sum of RGB (Red+Green+Blue) = 154+180+138=472 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.63% from 472); Green value is 180 (70.70% from 255 or 38.14% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB48A is #654B75. Grayscale: #A7A7A7. Windows color (decimal): -6638454 or 9090202. OLE color: 9090202.

HSL color Cylindrical-coordinate representation of color #9AB48A: hue angle of 97.14º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AB48A is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB154180138-
CMYK0.1400.230.29
HSL97.14º21.88%62.35%-
HSV(B)97.14º23.33%70.59%-
XYZ34.2441.3530.22-
YUV167.44111.39118.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.63%
GREEN value IS 180 (70.70% from 255) = 38.14%
BLUE value IS 138 (54.30% from 255) = 29.24%
R=32.63%
G=38.14%
B=29.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541801380.1400.230.2997.1421.8862.35
Hex9AB48AE0171D61163e
Octal23226421216027351412676
Binary100110101011010010001010111001011111101110000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,180,138); }

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

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

 a { background-color: rgb(154,180,138); }

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

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

 span { border-color: rgb(154,180,138); }

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