#A9BA95

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

Shades of Norway #A9BA95

Tints of Norway #A9BA95

Color information

#A9BA95 (or 0xA9BA95) is unknown color: approx Norway. HEX triplet: A9, BA and 95. RGB value is (169,186,149). Sum of RGB (Red+Green+Blue) = 169+186+149=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA95 is #56456A. Grayscale: #B0B0B0. Windows color (decimal): -5653867 or 9812649. OLE color: 9812649.

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

Color convert

RGB169186149-
CMYK0.0900.200.27
HSL87.57º21.14%65.69%-
HSV(B)87.57º19.89%72.94%-
XYZ39.3545.7235.19-
YUV176.7112.37122.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.53%
GREEN value IS 186 (73.05% from 255) = 36.90%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=33.53%
G=36.90%
B=29.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861490.0900.200.2787.5721.1465.69
HexA9BA9590141B581542
Octal251272225110243313025102
Binary1010100110111010100101011001010100110111011000101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA95; }

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

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

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

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

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

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

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

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