#A9BB97

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

Shades of Norway #A9BB97

Tints of Norway #A9BB97

Color information

#A9BB97 (or 0xA9BB97) is unknown color: approx Norway. HEX triplet: A9, BB and 97. RGB value is (169,187,151). Sum of RGB (Red+Green+Blue) = 169+187+151=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB97 is #564468. Grayscale: #B1B1B1. Windows color (decimal): -5653609 or 9943977. OLE color: 9943977.

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

Color convert

RGB169187151-
CMYK0.1000.190.27
HSL90º20.93%66.27%-
HSV(B)90º19.25%73.33%-
XYZ39.7246.2136.1-
YUV177.51113.04121.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 187 (73.44% from 255) = 36.88%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=33.33%
G=36.88%
B=29.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871510.1000.190.279020.9366.27
HexA9BB97A0131B5a1542
Octal251273227120233313225102
Binary1010100110111011100101111010010011110111011010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB97; }

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

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

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

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

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

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

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

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