#A9BB8A

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

Shades of Norway #A9BB8A

Tints of Norway #A9BB8A

Color information

#A9BB8A (or 0xA9BB8A) is unknown color: approx Norway. HEX triplet: A9, BB and 8A. RGB value is (169,187,138). Sum of RGB (Red+Green+Blue) = 169+187+138=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 138 (54.30% from 255 or 27.94% from 494); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB8A is #564475. Grayscale: #B0B0B0. Windows color (decimal): -5653622 or 9092009. OLE color: 9092009.

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

Color convert

RGB169187138-
CMYK0.1000.260.27
HSL82.04º26.49%63.73%-
HSV(B)82.04º26.2%73.33%-
XYZ38.7245.8130.85-
YUV176.03106.54122.98-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.21%
GREEN value IS 187 (73.44% from 255) = 37.85%
BLUE value IS 138 (54.30% from 255) = 27.94%
R=34.21%
G=37.85%
B=27.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871380.1000.260.2782.0426.4963.73
HexA9BB8AA01A1B521a40
Octal251273212120323312232100
Binary1010100110111011100010101010011010110111010010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB8A; }

 p { color: rgb(169,187,138); }

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

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

 a { background-color: rgb(169,187,138); }

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

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

 span { border-color: rgb(169,187,138); }

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