#A5BE86

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

Shades of Norway #A5BE86

Tints of Norway #A5BE86

Color information

#A5BE86 (or 0xA5BE86) is unknown color: approx Norway. HEX triplet: A5, BE and 86. RGB value is (165,190,134). Sum of RGB (Red+Green+Blue) = 165+190+134=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 134 (52.73% from 255 or 27.40% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE86 is #5A4179. Grayscale: #B0B0B0. Windows color (decimal): -5915002 or 8830629. OLE color: 8830629.

HSL color Cylindrical-coordinate representation of color #A5BE86: hue angle of 86.79º 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 #A5BE86 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB165190134-
CMYK0.1300.290.25
HSL86.79º30.11%63.53%-
HSV(B)86.79º29.47%74.51%-
XYZ38.2346.5529.52-
YUV176.14104.22120.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.74%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 134 (52.73% from 255) = 27.40%
R=33.74%
G=38.85%
B=27.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901340.1300.290.2586.7930.1163.53
HexA5BE86D01D19571e40
Octal245276206150353112736100
Binary1010010110111110100001101101011101110011010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE86; }

 p { color: rgb(165,190,134); }

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

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

 a { background-color: rgb(165,190,134); }

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

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

 span { border-color: rgb(165,190,134); }

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