#A1BB82

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

Shades of Norway #A1BB82

Tints of Norway #A1BB82

Color information

#A1BB82 (or 0xA1BB82) is unknown color: approx Norway. HEX triplet: A1, BB and 82. RGB value is (161,187,130). Sum of RGB (Red+Green+Blue) = 161+187+130=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BB82 is #5E447D. Grayscale: #ACACAC. Windows color (decimal): -6177918 or 8567713. OLE color: 8567713.

HSL color Cylindrical-coordinate representation of color #A1BB82: hue angle of 87.37º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1BB82 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB161187130-
CMYK0.1400.300.27
HSL87.37º29.53%62.16%-
HSV(B)87.37º30.48%73.33%-
XYZ36.544.7327.83-
YUV172.73103.89119.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 187 (73.44% from 255) = 39.12%
BLUE value IS 130 (51.17% from 255) = 27.20%
R=33.68%
G=39.12%
B=27.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611871300.1400.300.2787.3729.5362.16
HexA1BB82E01E1B571e3e
Octal24127320216036331273676
Binary101000011011101110000010111001111011011101011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BB82; }

 p { color: rgb(161,187,130); }

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

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

 a { background-color: rgb(161,187,130); }

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

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

 span { border-color: rgb(161,187,130); }

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