#A0B892

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

Shades of Norway #A0B892

Tints of Norway #A0B892

Color information

#A0B892 (or 0xA0B892) is unknown color: approx Norway. HEX triplet: A0, B8 and 92. RGB value is (160,184,146). Sum of RGB (Red+Green+Blue) = 160+184+146=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 184 (72.27% from 255 or 37.55% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B892 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B892 is #5F476D. Grayscale: #ACACAC. Windows color (decimal): -6244206 or 9615520. OLE color: 9615520.

HSL color Cylindrical-coordinate representation of color #A0B892: hue angle of 97.89º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0B892 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB160184146-
CMYK0.1300.210.28
HSL97.89º21.11%64.71%-
HSV(B)97.89º20.65%72.16%-
XYZ36.8343.8333.71-
YUV172.49113.05119.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.65%
GREEN value IS 184 (72.27% from 255) = 37.55%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=32.65%
G=37.55%
B=29.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1601841460.1300.210.2897.8921.1164.71
HexA0B892D0151C621541
Octal240270222150253414225101
Binary1010000010111000100100101101010101111001100010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B892; }

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

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

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

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

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

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

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

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