#A0B384

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

Shades of Norway #A0B384

Tints of Norway #A0B384

Color information

#A0B384 (or 0xA0B384) is unknown color: approx Norway. HEX triplet: A0, B3 and 84. RGB value is (160,179,132). Sum of RGB (Red+Green+Blue) = 160+179+132=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 179 (70.31% from 255 or 38.00% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B384 is #5F4C7B. Grayscale: #A8A8A8. Windows color (decimal): -6245500 or 8696736. OLE color: 8696736.

HSL color Cylindrical-coordinate representation of color #A0B384: hue angle of 84.26º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0B384 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB160179132-
CMYK0.1100.260.30
HSL84.26º23.62%60.98%-
HSV(B)84.26º26.26%70.2%-
XYZ34.7841.3827.98-
YUV167.96107.71122.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.97%
GREEN value IS 179 (70.31% from 255) = 38.00%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=33.97%
G=38.00%
B=28.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1601791320.1100.260.3084.2623.6260.98
HexA0B384B01A1E54183d
Octal24026320413032361243075
Binary101000001011001110000100101101101011110101010011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B384; }

 p { color: rgb(160,179,132); }

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

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

 a { background-color: rgb(160,179,132); }

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

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

 span { border-color: rgb(160,179,132); }

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