#A5BA90

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

Shades of Norway #A5BA90

Tints of Norway #A5BA90

Color information

#A5BA90 (or 0xA5BA90) is unknown color: approx Norway. HEX triplet: A5, BA and 90. RGB value is (165,186,144). Sum of RGB (Red+Green+Blue) = 165+186+144=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #A5BA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BA90 is #5A456F. Grayscale: #AFAFAF. Windows color (decimal): -5916016 or 9484965. OLE color: 9484965.

HSL color Cylindrical-coordinate representation of color #A5BA90: hue angle of 90º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5BA90 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB165186144-
CMYK0.1100.230.27
HSL90º23.33%64.71%-
HSV(B)90º22.58%72.94%-
XYZ38.1145.1333.09-
YUV174.93110.54120.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.33%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 144 (56.64% from 255) = 29.09%
R=33.33%
G=37.58%
B=29.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651861440.1100.230.279023.3364.71
HexA5BA90B0171B5a1741
Octal245272220130273313227101
Binary1010010110111010100100001011010111110111011010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5BA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5BA90; }

 p { color: rgb(165,186,144); }

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

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

 a { background-color: rgb(165,186,144); }

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

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

 span { border-color: rgb(165,186,144); }

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