#A2BB8A

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

Shades of Norway #A2BB8A

Tints of Norway #A2BB8A

Color information

#A2BB8A (or 0xA2BB8A) is unknown color: approx Norway. HEX triplet: A2, BB and 8A. RGB value is (162,187,138). Sum of RGB (Red+Green+Blue) = 162+187+138=487 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.26% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BB8A is #5D4475. Grayscale: #AEAEAE. Windows color (decimal): -6112374 or 9092002. OLE color: 9092002.

HSL color Cylindrical-coordinate representation of color #A2BB8A: hue angle of 90.61º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2BB8A is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB162187138-
CMYK0.1300.260.27
HSL90.61º26.49%63.73%-
HSV(B)90.61º26.2%73.33%-
XYZ37.2645.0630.78-
YUV173.94107.72119.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.26%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=33.26%
G=38.40%
B=28.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871380.1300.260.2790.6126.4963.73
HexA2BB8AD01A1B5b1a40
Octal242273212150323313332100
Binary1010001010111011100010101101011010110111011011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BB8A; }

 p { color: rgb(162,187,138); }

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

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

 a { background-color: rgb(162,187,138); }

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

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

 span { border-color: rgb(162,187,138); }

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