#A0B592

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

Shades of Norway #A0B592

Tints of Norway #A0B592

Color information

#A0B592 (or 0xA0B592) is unknown color: approx Norway. HEX triplet: A0, B5 and 92. RGB value is (160,181,146). Sum of RGB (Red+Green+Blue) = 160+181+146=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B592 is #5F4A6D. Grayscale: #AAAAAA. Windows color (decimal): -6244974 or 9614752. OLE color: 9614752.

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

Color convert

RGB160181146-
CMYK0.1200.190.29
HSL96º19.13%64.12%-
HSV(B)96º19.34%70.98%-
XYZ36.2142.633.51-
YUV170.73114.04120.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 181 (71.09% from 255) = 37.17%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=32.85%
G=37.17%
B=29.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601811460.1200.190.299619.1364.12
HexA0B592C0131D601340
Octal240265222140233514023100
Binary1010000010110101100100101100010011111011100000100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B592; }

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

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

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

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

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

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

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

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