#A0B58B

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

Shades of Norway #A0B58B

Tints of Norway #A0B58B

Color information

#A0B58B (or 0xA0B58B) is unknown color: approx Norway. HEX triplet: A0, B5 and 8B. RGB value is (160,181,139). Sum of RGB (Red+Green+Blue) = 160+181+139=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 181 (71.09% from 255 or 37.71% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B58B is #5F4A74. Grayscale: #AAAAAA. Windows color (decimal): -6244981 or 9156000. OLE color: 9156000.

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

Color convert

RGB160181139-
CMYK0.1200.230.29
HSL90º22.11%62.75%-
HSV(B)90º23.2%70.98%-
XYZ35.6842.3930.73-
YUV169.93110.54120.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 181 (71.09% from 255) = 37.71%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=33.33%
G=37.71%
B=28.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811390.1200.230.299022.1162.75
HexA0B58BC0171D5a163f
Octal24026521314027351322677
Binary101000001011010110001011110001011111101101101010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B58B; }

 p { color: rgb(160,181,139); }

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

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

 a { background-color: rgb(160,181,139); }

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

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

 span { border-color: rgb(160,181,139); }

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