#A9B790

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

Shades of Norway #A9B790

Tints of Norway #A9B790

Color information

#A9B790 (or 0xA9B790) is unknown color: approx Norway. HEX triplet: A9, B7 and 90. RGB value is (169,183,144). Sum of RGB (Red+Green+Blue) = 169+183+144=496 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.07% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B790 is #56486F. Grayscale: #AEAEAE. Windows color (decimal): -5654640 or 9484201. OLE color: 9484201.

HSL color Cylindrical-coordinate representation of color #A9B790: hue angle of 81.54º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9B790 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB169183144-
CMYK0.0800.210.28
HSL81.54º21.31%64.12%-
HSV(B)81.54º21.31%71.76%-
XYZ38.3344.3232.92-
YUV174.37110.86124.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.07%
GREEN value IS 183 (71.88% from 255) = 36.90%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=34.07%
G=36.90%
B=29.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831440.0800.210.2881.5421.3164.12
HexA9B79080151C521540
Octal251267220100253412225100
Binary1010100110110111100100001000010101111001010010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B790; }

 p { color: rgb(169,183,144); }

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

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

 a { background-color: rgb(169,183,144); }

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

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

 span { border-color: rgb(169,183,144); }

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