#A9BA8C

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

Shades of Norway #A9BA8C

Tints of Norway #A9BA8C

Color information

#A9BA8C (or 0xA9BA8C) is unknown color: approx Norway. HEX triplet: A9, BA and 8C. RGB value is (169,186,140). Sum of RGB (Red+Green+Blue) = 169+186+140=495 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.14% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA8C is #564573. Grayscale: #AFAFAF. Windows color (decimal): -5653876 or 9222825. OLE color: 9222825.

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

Color convert

RGB169186140-
CMYK0.0900.250.27
HSL82.17º25%63.92%-
HSV(B)82.17º24.73%72.94%-
XYZ38.6545.4531.55-
YUV175.67107.87123.24-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.14%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=34.14%
G=37.58%
B=28.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861400.0900.250.2782.172563.92
HexA9BA8C90191B521940
Octal251272214110313312231100
Binary1010100110111010100011001001011001110111010010110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA8C; }

 p { color: rgb(169,186,140); }

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

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

 a { background-color: rgb(169,186,140); }

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

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

 span { border-color: rgb(169,186,140); }

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