#A1BE85

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

Shades of Norway #A1BE85

Tints of Norway #A1BE85

Color information

#A1BE85 (or 0xA1BE85) is unknown color: approx Norway. HEX triplet: A1, BE and 85. RGB value is (161,190,133). Sum of RGB (Red+Green+Blue) = 161+190+133=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 133 (52.34% from 255 or 27.48% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BE85 is #5E417A. Grayscale: #AFAFAF. Windows color (decimal): -6177147 or 8765089. OLE color: 8765089.

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

Color convert

RGB161190133-
CMYK0.1500.30.25
HSL90.53º30.48%63.33%-
HSV(B)90.53º30%74.51%-
XYZ37.3546.129.12-
YUV174.83104.39118.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 190 (74.61% from 255) = 39.26%
BLUE value IS 133 (52.34% from 255) = 27.48%
R=33.26%
G=39.26%
B=27.48%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901330.1500.30.2590.5330.4863.33
HexA1BE85F01E195b1e3f
Octal24127620517036311333677
Binary101000011011111010000101111101111011001101101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BE85; }

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

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

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

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

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

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

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

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