#A1B492

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

Shades of Norway #A1B492

Tints of Norway #A1B492

Color information

#A1B492 (or 0xA1B492) is unknown color: approx Norway. HEX triplet: A1, B4 and 92. RGB value is (161,180,146). Sum of RGB (Red+Green+Blue) = 161+180+146=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B492 is #5E4B6D. Grayscale: #AAAAAA. Windows color (decimal): -6179694 or 9614497. OLE color: 9614497.

HSL color Cylindrical-coordinate representation of color #A1B492: hue angle of 93.53º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A1B492 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB161180146-
CMYK0.1100.190.29
HSL93.53º18.48%63.92%-
HSV(B)93.53º18.89%70.59%-
XYZ36.2142.2933.45-
YUV170.44114.21121.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 180 (70.70% from 255) = 36.96%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=33.06%
G=36.96%
B=29.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801460.1100.190.2993.5318.4863.92
HexA1B492B0131D5e1240
Octal241264222130233513622100
Binary1010000110110100100100101011010011111011011110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B492; }

 p { color: rgb(161,180,146); }

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

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

 a { background-color: rgb(161,180,146); }

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

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

 span { border-color: rgb(161,180,146); }

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