#A1B684

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

Shades of Norway #A1B684

Tints of Norway #A1B684

Color information

#A1B684 (or 0xA1B684) is unknown color: approx Norway. HEX triplet: A1, B6 and 84. RGB value is (161,182,132). Sum of RGB (Red+Green+Blue) = 161+182+132=475 (62% of max value = 765). Red value is 161 (63.28% from 255 or 33.89% from 475); Green value is 182 (71.48% from 255 or 38.32% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 182 - color contains mainly: green. Hex color #A1B684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B684 is #5E497B. Grayscale: #AAAAAA. Windows color (decimal): -6179196 or 8697505. OLE color: 8697505.

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

Color convert

RGB161182132-
CMYK0.1200.270.29
HSL85.2º25.51%61.57%-
HSV(B)85.2º27.47%71.37%-
XYZ35.5942.728.2-
YUV170.02106.54121.57-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.89%
GREEN value IS 182 (71.48% from 255) = 38.32%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=33.89%
G=38.32%
B=27.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611821320.1200.270.2985.225.5161.57
HexA1B684C01B1D551a3e
Octal24126620414033351253276
Binary101000011011011010000100110001101111101101010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B684; }

 p { color: rgb(161,182,132); }

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

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

 a { background-color: rgb(161,182,132); }

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

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

 span { border-color: rgb(161,182,132); }

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