#A9B69B

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

Shades of Norway #A9B69B

Tints of Norway #A9B69B

Color information

#A9B69B (or 0xA9B69B) is unknown color: approx Norway. HEX triplet: A9, B6 and 9B. RGB value is (169,182,155). Sum of RGB (Red+Green+Blue) = 169+182+155=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 182 (71.48% from 255 or 35.97% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 182 - color contains mainly: green. Hex color #A9B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9B69B is #564964. Grayscale: #AFAFAF. Windows color (decimal): -5654885 or 10204841. OLE color: 10204841.

HSL color Cylindrical-coordinate representation of color #A9B69B: hue angle of 88.89º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9B69B is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB169182155-
CMYK0.0700.150.29
HSL88.89º15.61%66.08%-
HSV(B)88.89º14.84%71.37%-
XYZ39.0144.2637.5-
YUV175.03116.69123.7-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 182 (71.48% from 255) = 35.97%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=33.40%
G=35.97%
B=30.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691821550.0700.150.2988.8915.6166.08
HexA9B69B70F1D591042
Octal25126623370173513120102
Binary10101001101101101001101111101111111011011001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9B69B; }

 p { color: rgb(169,182,155); }

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

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

 a { background-color: rgb(169,182,155); }

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

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

 span { border-color: rgb(169,182,155); }

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