#A9BA99

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

Shades of Norway #A9BA99

Tints of Norway #A9BA99

Color information

#A9BA99 (or 0xA9BA99) is unknown color: approx Norway. HEX triplet: A9, BA and 99. RGB value is (169,186,153). Sum of RGB (Red+Green+Blue) = 169+186+153=508 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.27% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 186 - color contains mainly: green. Hex color #A9BA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BA99 is #564566. Grayscale: #B1B1B1. Windows color (decimal): -5653863 or 10074793. OLE color: 10074793.

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

Color convert

RGB169186153-
CMYK0.0900.180.27
HSL90.91º19.3%66.47%-
HSV(B)90.91º17.74%72.94%-
XYZ39.6745.8536.9-
YUV177.16114.37122.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.27%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 153 (60.16% from 255) = 30.12%
R=33.27%
G=36.61%
B=30.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691861530.0900.180.2790.9119.366.47
HexA9BA9990121B5b1342
Octal251272231110223313323102
Binary1010100110111010100110011001010010110111011011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BA99; }

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

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

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

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

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

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

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

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