#A2B58E

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

Shades of Norway #A2B58E

Tints of Norway #A2B58E

Color information

#A2B58E (or 0xA2B58E) is unknown color: approx Norway. HEX triplet: A2, B5 and 8E. RGB value is (162,181,142). Sum of RGB (Red+Green+Blue) = 162+181+142=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B58E is #5D4A71. Grayscale: #ABABAB. Windows color (decimal): -6113906 or 9352610. OLE color: 9352610.

HSL color Cylindrical-coordinate representation of color #A2B58E: hue angle of 89.23º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A2B58E is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB162181142-
CMYK0.1000.220.29
HSL89.23º20.86%63.33%-
HSV(B)89.23º21.55%70.98%-
XYZ36.3142.6831.92-
YUV170.87111.71121.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=33.40%
G=37.32%
B=29.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811420.1000.220.2989.2320.8663.33
HexA2B58EA0161D59153f
Octal24226521612026351312577
Binary101000101011010110001110101001011011101101100110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B58E; }

 p { color: rgb(162,181,142); }

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

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

 a { background-color: rgb(162,181,142); }

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

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

 span { border-color: rgb(162,181,142); }

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