#A8BB9A

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

Shades of Norway #A8BB9A

Tints of Norway #A8BB9A

Color information

#A8BB9A (or 0xA8BB9A) is unknown color: approx Norway. HEX triplet: A8, BB and 9A. RGB value is (168,187,154). Sum of RGB (Red+Green+Blue) = 168+187+154=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 187 (73.44% from 255 or 36.74% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BB9A is #574465. Grayscale: #B1B1B1. Windows color (decimal): -5719142 or 10140584. OLE color: 10140584.

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

Color convert

RGB168187154-
CMYK0.1000.180.27
HSL94.55º19.53%66.86%-
HSV(B)94.55º17.65%73.33%-
XYZ39.7546.237.39-
YUV177.56114.71121.18-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.01%
GREEN value IS 187 (73.44% from 255) = 36.74%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=33.01%
G=36.74%
B=30.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1681871540.1000.180.2794.5519.5366.86
HexA8BB9AA0121B5f1443
Octal250273232120223313724103
Binary1010100010111011100110101010010010110111011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB9A; }

 p { color: rgb(168,187,154); }

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

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

 a { background-color: rgb(168,187,154); }

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

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

 span { border-color: rgb(168,187,154); }

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