#A0BA83

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

Shades of Norway #A0BA83

Tints of Norway #A0BA83

Color information

#A0BA83 (or 0xA0BA83) is unknown color: approx Norway. HEX triplet: A0, BA and 83. RGB value is (160,186,131). Sum of RGB (Red+Green+Blue) = 160+186+131=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BA83 is #5F457C. Grayscale: #ACACAC. Windows color (decimal): -6243709 or 8632992. OLE color: 8632992.

HSL color Cylindrical-coordinate representation of color #A0BA83: hue angle of 88.36º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0BA83 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB160186131-
CMYK0.1400.300.27
HSL88.36º28.5%62.16%-
HSV(B)88.36º29.57%72.94%-
XYZ36.1544.2328.1-
YUV171.96104.89119.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.54%
GREEN value IS 186 (73.05% from 255) = 38.99%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=33.54%
G=38.99%
B=27.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861310.1400.300.2788.3628.562.16
HexA0BA83E01E1B581c3e
Octal24027220316036331303476
Binary101000001011101010000011111001111011011101100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BA83; }

 p { color: rgb(160,186,131); }

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

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

 a { background-color: rgb(160,186,131); }

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

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

 span { border-color: rgb(160,186,131); }

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