#A2B38B

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

Shades of Norway #A2B38B

Tints of Norway #A2B38B

Color information

#A2B38B (or 0xA2B38B) is unknown color: approx Norway. HEX triplet: A2, B3 and 8B. RGB value is (162,179,139). Sum of RGB (Red+Green+Blue) = 162+179+139=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B38B is #5D4C74. Grayscale: #A9A9A9. Windows color (decimal): -6114421 or 9155490. OLE color: 9155490.

HSL color Cylindrical-coordinate representation of color #A2B38B: hue angle of 85.5º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2B38B is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB162179139-
CMYK0.0900.220.30
HSL85.5º20.83%62.35%-
HSV(B)85.5º22.35%70.2%-
XYZ35.6841.7930.61-
YUV169.36110.87122.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.75%
GREEN value IS 179 (70.31% from 255) = 37.29%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=33.75%
G=37.29%
B=28.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1621791390.0900.220.3085.520.8362.35
HexA2B38B90161E55153e
Octal24226321311026361252576
Binary101000101011001110001011100101011011110101010110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B38B; }

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

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

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

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

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

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

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

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