#9AB48B

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

Shades of Norway #9AB48B

Tints of Norway #9AB48B

Color information

#9AB48B (or 0x9AB48B) is unknown color: approx Norway. HEX triplet: 9A, B4 and 8B. RGB value is (154,180,139). Sum of RGB (Red+Green+Blue) = 154+180+139=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 139 (54.69% from 255 or 29.39% from 473); Max value from RGB is 180 - color contains mainly: green. Hex color #9AB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AB48B is #654B74. Grayscale: #A7A7A7. Windows color (decimal): -6638453 or 9155738. OLE color: 9155738.

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

Color convert

RGB154180139-
CMYK0.1400.230.29
HSL98.05º21.47%62.55%-
HSV(B)98.05º22.78%70.59%-
XYZ34.3141.3830.6-
YUV167.55111.89118.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 139 (54.69% from 255) = 29.39%
R=32.56%
G=38.05%
B=29.39%

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
Decimal1541801390.1400.230.2998.0521.4762.55
Hex9AB48BE0171D62153f
Octal23226421316027351422577
Binary100110101011010010001011111001011111101110001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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