#A1BA81

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

Shades of Norway #A1BA81

Tints of Norway #A1BA81

Color information

#A1BA81 (or 0xA1BA81) is unknown color: approx Norway. HEX triplet: A1, BA and 81. RGB value is (161,186,129). Sum of RGB (Red+Green+Blue) = 161+186+129=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BA81 is #5E457E. Grayscale: #ACACAC. Windows color (decimal): -6178175 or 8501921. OLE color: 8501921.

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

Color convert

RGB161186129-
CMYK0.1300.310.27
HSL86.32º29.23%61.76%-
HSV(B)86.32º30.65%72.94%-
XYZ36.2244.2827.41-
YUV172.03103.72120.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.82%
GREEN value IS 186 (73.05% from 255) = 39.08%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=33.82%
G=39.08%
B=27.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611861290.1300.310.2786.3229.2361.76
HexA1BA81D01F1B561d3e
Octal24127220115037331263576
Binary101000011011101010000001110101111111011101011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BA81; }

 p { color: rgb(161,186,129); }

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

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

 a { background-color: rgb(161,186,129); }

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

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

 span { border-color: rgb(161,186,129); }

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