#A9BD8D

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

Shades of Norway #A9BD8D

Tints of Norway #A9BD8D

Color information

#A9BD8D (or 0xA9BD8D) is unknown color: approx Norway. HEX triplet: A9, BD and 8D. RGB value is (169,189,141). Sum of RGB (Red+Green+Blue) = 169+189+141=499 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.87% from 499); Green value is 189 (74.22% from 255 or 37.88% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 189 - color contains mainly: green. Hex color #A9BD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BD8D is #564272. Grayscale: #B1B1B1. Windows color (decimal): -5653107 or 9289129. OLE color: 9289129.

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

Color convert

RGB169189141-
CMYK0.1100.250.26
HSL85º26.67%64.71%-
HSV(B)85º25.4%74.12%-
XYZ39.3746.7532.15-
YUV177.55107.37121.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.87%
GREEN value IS 189 (74.22% from 255) = 37.88%
BLUE value IS 141 (55.47% from 255) = 28.26%
R=33.87%
G=37.88%
B=28.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1691891410.1100.250.268526.6764.71
HexA9BD8DB0191A551b41
Octal251275215130313212533101
Binary1010100110111101100011011011011001110101010101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BD8D; }

 p { color: rgb(169,189,141); }

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

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

 a { background-color: rgb(169,189,141); }

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

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

 span { border-color: rgb(169,189,141); }

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