#A1B785

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

Shades of Norway #A1B785

Tints of Norway #A1B785

Color information

#A1B785 (or 0xA1B785) is unknown color: approx Norway. HEX triplet: A1, B7 and 85. RGB value is (161,183,133). Sum of RGB (Red+Green+Blue) = 161+183+133=477 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.75% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #A1B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B785 is #5E487A. Grayscale: #AAAAAA. Windows color (decimal): -6178939 or 8763297. OLE color: 8763297.

HSL color Cylindrical-coordinate representation of color #A1B785: hue angle of 86.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1B785 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB161183133-
CMYK0.1200.270.28
HSL86.4º25.77%61.96%-
HSV(B)86.4º27.32%71.76%-
XYZ35.8743.1428.63-
YUV170.72106.71121.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.75%
GREEN value IS 183 (71.88% from 255) = 38.36%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=33.75%
G=38.36%
B=27.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611831330.1200.270.2886.425.7761.96
HexA1B785C01B1C561a3e
Octal24126720514033341263276
Binary101000011011011110000101110001101111100101011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B785; }

 p { color: rgb(161,183,133); }

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

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

 a { background-color: rgb(161,183,133); }

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

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

 span { border-color: rgb(161,183,133); }

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