#A9B79A

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

Shades of Norway #A9B79A

Tints of Norway #A9B79A

Color information

#A9B79A (or 0xA9B79A) is unknown color: approx Norway. HEX triplet: A9, B7 and 9A. RGB value is (169,183,154). Sum of RGB (Red+Green+Blue) = 169+183+154=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #A9B79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B79A is #564865. Grayscale: #AFAFAF. Windows color (decimal): -5654630 or 10139561. OLE color: 10139561.

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

Color convert

RGB169183154-
CMYK0.0800.160.28
HSL88.97º16.76%66.08%-
HSV(B)88.97º15.85%71.76%-
XYZ39.1344.6437.12-
YUV175.51115.86123.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 183 (71.88% from 255) = 36.17%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=33.40%
G=36.17%
B=30.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1691831540.0800.160.2888.9716.7666.08
HexA9B79A80101C591142
Octal251267232100203413121102
Binary1010100110110111100110101000010000111001011001100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B79A; }

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

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

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

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

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

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

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

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