#A2BD8B

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

Shades of Norway #A2BD8B

Tints of Norway #A2BD8B

Color information

#A2BD8B (or 0xA2BD8B) is unknown color: approx Norway. HEX triplet: A2, BD and 8B. RGB value is (162,189,139). Sum of RGB (Red+Green+Blue) = 162+189+139=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 189 (74.22% from 255 or 38.57% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 189 - color contains mainly: green. Hex color #A2BD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BD8B is #5D4274. Grayscale: #AFAFAF. Windows color (decimal): -6111861 or 9158050. OLE color: 9158050.

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

Color convert

RGB162189139-
CMYK0.1400.260.26
HSL92.4º27.47%64.31%-
HSV(B)92.4º26.46%74.12%-
XYZ37.7645.9431.3-
YUV175.23107.55118.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.06%
GREEN value IS 189 (74.22% from 255) = 38.57%
BLUE value IS 139 (54.69% from 255) = 28.37%
R=33.06%
G=38.57%
B=28.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621891390.1400.260.2692.427.4764.31
HexA2BD8BE01A1A5c1b40
Octal242275213160323213433100
Binary1010001010111101100010111110011010110101011100110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BD8B; }

 p { color: rgb(162,189,139); }

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

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

 a { background-color: rgb(162,189,139); }

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

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

 span { border-color: rgb(162,189,139); }

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