#A1BE87

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

Shades of Norway #A1BE87

Tints of Norway #A1BE87

Color information

#A1BE87 (or 0xA1BE87) is unknown color: approx Norway. HEX triplet: A1, BE and 87. RGB value is (161,190,135). Sum of RGB (Red+Green+Blue) = 161+190+135=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE87 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE87 is #5E4178. Grayscale: #AFAFAF. Windows color (decimal): -6177145 or 8896161. OLE color: 8896161.

HSL color Cylindrical-coordinate representation of color #A1BE87: hue angle of 91.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1BE87 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB161190135-
CMYK0.1500.290.25
HSL91.64º29.73%63.73%-
HSV(B)91.64º28.95%74.51%-
XYZ37.4846.1529.85-
YUV175.06105.39117.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.13%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=33.13%
G=39.09%
B=27.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901350.1500.290.2591.6429.7363.73
HexA1BE87F01D195c1e40
Octal241276207170353113436100
Binary1010000110111110100001111111011101110011011100111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BE87; }

 p { color: rgb(161,190,135); }

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

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

 a { background-color: rgb(161,190,135); }

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

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

 span { border-color: rgb(161,190,135); }

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