#A5BE96

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

Shades of Norway #A5BE96

Tints of Norway #A5BE96

Color information

#A5BE96 (or 0xA5BE96) is unknown color: approx Norway. HEX triplet: A5, BE and 96. RGB value is (165,190,150). Sum of RGB (Red+Green+Blue) = 165+190+150=505 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.67% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 190 - color contains mainly: green. Hex color #A5BE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BE96 is #5A4169. Grayscale: #B2B2B2. Windows color (decimal): -5914986 or 9879205. OLE color: 9879205.

HSL color Cylindrical-coordinate representation of color #A5BE96: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A5BE96 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB165190150-
CMYK0.1300.210.25
HSL97.5º23.53%66.67%-
HSV(B)97.5º21.05%74.51%-
XYZ39.4447.0335.85-
YUV177.96112.22118.75-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.67%
GREEN value IS 190 (74.61% from 255) = 37.62%
BLUE value IS 150 (58.98% from 255) = 29.70%
R=32.67%
G=37.62%
B=29.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1651901500.1300.210.2597.523.5366.67
HexA5BE96D01519611843
Octal245276226150253114130103
Binary1010010110111110100101101101010101110011100001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BE96; }

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

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

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

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

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

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

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

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