#A0B48B

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

Shades of Norway #A0B48B

Tints of Norway #A0B48B

Color information

#A0B48B (or 0xA0B48B) is unknown color: approx Norway. HEX triplet: A0, B4 and 8B. RGB value is (160,180,139). Sum of RGB (Red+Green+Blue) = 160+180+139=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B48B is #5F4B74. Grayscale: #A9A9A9. Windows color (decimal): -6245237 or 9155744. OLE color: 9155744.

HSL color Cylindrical-coordinate representation of color #A0B48B: hue angle of 89.27º 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 #A0B48B is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB160180139-
CMYK0.1100.230.29
HSL89.27º21.47%62.55%-
HSV(B)89.27º22.78%70.59%-
XYZ35.4841.9830.66-
YUV169.35110.87121.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.40%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 139 (54.69% from 255) = 29.02%
R=33.40%
G=37.58%
B=29.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601801390.1100.230.2989.2721.4762.55
HexA0B48BB0171D59153f
Octal24026421313027351312577
Binary101000001011010010001011101101011111101101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B48B; }

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

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

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

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

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

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

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

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