#A9BB9B

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

Shades of Norway #A9BB9B

Tints of Norway #A9BB9B

Color information

#A9BB9B (or 0xA9BB9B) is unknown color: approx Norway. HEX triplet: A9, BB and 9B. RGB value is (169,187,155). Sum of RGB (Red+Green+Blue) = 169+187+155=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 187 - color contains mainly: green. Hex color #A9BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9BB9B is #564464. Grayscale: #B2B2B2. Windows color (decimal): -5653605 or 10206121. OLE color: 10206121.

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

Color convert

RGB169187155-
CMYK0.1000.170.27
HSL93.75º19.05%67.06%-
HSV(B)93.75º17.11%73.33%-
XYZ40.0546.3437.84-
YUV177.97115.04121.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.07%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=33.07%
G=36.59%
B=30.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1691871550.1000.170.2793.7519.0567.06
HexA9BB9BA0111B5e1343
Octal251273233120213313623103
Binary1010100110111011100110111010010001110111011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9BB9B; }

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

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

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

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

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

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

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

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