#A0B192

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

Shades of Norway #A0B192

Tints of Norway #A0B192

Color information

#A0B192 (or 0xA0B192) is unknown color: approx Norway. HEX triplet: A0, B1 and 92. RGB value is (160,177,146). Sum of RGB (Red+Green+Blue) = 160+177+146=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 177 (69.53% from 255 or 36.65% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 177 - color contains mainly: green. Hex color #A0B192 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0B192 is #5F4E6D. Grayscale: #A8A8A8. Windows color (decimal): -6245998 or 9613728. OLE color: 9613728.

HSL color Cylindrical-coordinate representation of color #A0B192: hue angle of 92.9º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A0B192 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB160177146-
CMYK0.1000.180.31
HSL92.9º16.58%63.33%-
HSV(B)92.9º17.51%69.41%-
XYZ35.4140.9933.24-
YUV168.38115.37122.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.13%
GREEN value IS 177 (69.53% from 255) = 36.65%
BLUE value IS 146 (57.42% from 255) = 30.23%
R=33.13%
G=36.65%
B=30.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601771460.1000.180.3192.916.5863.33
HexA0B192A0121F5d113f
Octal24026122212022371352177
Binary101000001011000110010010101001001011111101110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B192; }

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

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

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

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

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

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

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

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